From 8df068cabab2a711643874948eeb0dfaf983476b Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 26 Oct 2007 19:12:10 +0000 Subject: [PATCH] another DMC build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/imagtiff.cpp | 3 +++ 1 file changed, 3 insertions(+) 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" } -- 2.50.0