From 4a1e494eb5176bf4333d5a6f913c699a3077b2a9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 23 Nov 2004 16:52:59 +0000 Subject: [PATCH] From John Shue, reordering of tiffio.h to avoid compile error. --- src/osgPlugins/tiff/ReaderWriterTIFF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/tiff/ReaderWriterTIFF.cpp b/src/osgPlugins/tiff/ReaderWriterTIFF.cpp index 7ecc1f4f1..d638d8175 100644 --- a/src/osgPlugins/tiff/ReaderWriterTIFF.cpp +++ b/src/osgPlugins/tiff/ReaderWriterTIFF.cpp @@ -1,4 +1,3 @@ -#include #include #include @@ -10,6 +9,7 @@ #include #include +#include /**************************************************************************** *