SourceForge: enblend/enblend: changeset 601:f312b1189a2d
Include additional headers to make "tiff_message.cc" compile on more systems.
authorDr. Christoph L. Spiel <cspiel@freenet.de>
Sun Nov 08 15:15:01 2009 +0100 (7 weeks ago)
changeset 601f312b1189a2d
parent 600 f5875cce3ccb
child 602 e29281594440
Include additional headers to make "tiff_message.cc" compile on more systems.
VERSION
src/tiff_message.cc
     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