Author: joseph Date: Mon Feb 17 17:10:55 2014 New Revision: 1569059 URL: http://svn.apache.org/r1569059 Log: LOGCXX-427
Modified: incubator/log4cxx/trunk/src/examples/cpp/console.cpp Modified: incubator/log4cxx/trunk/src/examples/cpp/console.cpp URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/examples/cpp/console.cpp?rev=1569059&r1=1569058&r2=1569059&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/examples/cpp/console.cpp (original) +++ incubator/log4cxx/trunk/src/examples/cpp/console.cpp Mon Feb 17 17:10:55 2014 @@ -26,7 +26,9 @@ #include <locale.h> #include <cstring> #include <cstdio> +#ifndef WIN32 #include <stdint.h> +#endif using namespace log4cxx; using namespace log4cxx::helpers;