You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2009/04/27 05:53:51 UTC

svn commit: r768863 - /logging/log4cxx/trunk/src/examples/cpp/console.cpp

Author: carnold
Date: Mon Apr 27 03:53:50 2009
New Revision: 768863

URL: http://svn.apache.org/viewvc?rev=768863&view=rev
Log:
LOGCXX-332: fails to build with gcc 4.4

Modified:
    logging/log4cxx/trunk/src/examples/cpp/console.cpp

Modified: logging/log4cxx/trunk/src/examples/cpp/console.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/examples/cpp/console.cpp?rev=768863&r1=768862&r2=768863&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/examples/cpp/console.cpp (original)
+++ logging/log4cxx/trunk/src/examples/cpp/console.cpp Mon Apr 27 03:53:50 2009
@@ -23,6 +23,8 @@
 #include <iostream>
 #include <locale.h>
 #include <cstring>
+#include <cstdio>
+#include <stdint.h>
 
 using namespace log4cxx;
 using namespace log4cxx::helpers;