diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index c956f6e2d1..39a2bb2d19 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -28,6 +28,9 @@ extern "C" { +#ifdef __DMC__ + #include "tif_config.h" +#endif #include "tiff.h" #include "tiffio.h" }