Include additional headers to make "tiff_message.cc" compile on more systems.
1.1 --- a/VERSION Sun Nov 08 11:09:49 2009 +0100
1.2 +++ b/VERSION Sun Nov 08 15:15:01 2009 +0100
1.3 @@ -1,1 +1,1 @@
1.4 -4.0-6a615eccb6e3
1.5 +4.0-f5875cce3ccb
2.1 --- a/src/tiff_message.cc Sun Nov 08 11:09:49 2009 +0100
2.2 +++ b/src/tiff_message.cc Sun Nov 08 15:15:01 2009 +0100
2.3 @@ -19,15 +19,13 @@
2.4 */
2.5
2.6
2.7 +#include <stdio.h>
2.8 +
2.9 #include <cstring>
2.10 #include <iostream>
2.11 #include <set>
2.12 #include <string>
2.13
2.14 -#ifdef _WIN32
2.15 -#include <stdio.h>
2.16 -#endif
2.17 -
2.18 #include <boost/scoped_ptr.hpp>
2.19
2.20 #ifdef HAVE_CONFIG_H