X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=233a3d116887ec3c1faf5ec3de1efd2858545436;hb=777e0b3c4cadd322da83f01a9b38d14065d41a8d;hp=a7e02aa9d3cf4c78505d82c6f010eab945183f4e;hpb=e9a27a25c5f3c9933e6fe2ba1ef53e2797006727;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index a7e02aa9..233a3d11 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/01/10 20:52:39 $ - Version: $Revision: 1.49 $ + Date: $Date: 2005/01/15 20:24:02 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,7 +45,7 @@ #endif //_MSC_VER //----------------------------------------------------------------------------- -#ifdef GDCM_HAVE_STDINT_H +#ifdef CMAKE_HAVE_STDINT_H #include // For uint8_t uint16_t and uint32_t #else #if defined(_MSC_VER) || defined(__BORLANDC__)