diff --git a/Source/Common/gdcmFilename.cxx b/Source/Common/gdcmFilename.cxx index 5384510db..d6ac2156e 100644 --- a/Source/Common/gdcmFilename.cxx +++ b/Source/Common/gdcmFilename.cxx @@ -17,6 +17,10 @@ #include // realpath #include +#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__)) +#include +#endif + namespace gdcm { @@ -97,7 +101,6 @@ const char *Filename::ToUnixSlashes() } #if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__)) -#include inline void Realpath(const char *path, std::string & resolved_path) {