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 2008/04/01 00:05:34 UTC

svn commit: r643171 - /logging/log4cxx/trunk/src/test/cpp/logunit.cpp

Author: carnold
Date: Mon Mar 31 15:05:29 2008
New Revision: 643171

URL: http://svn.apache.org/viewvc?rev=643171&view=rev
Log:
LOGCXX-225: Add missing #include locale.h

Modified:
    logging/log4cxx/trunk/src/test/cpp/logunit.cpp

Modified: logging/log4cxx/trunk/src/test/cpp/logunit.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/logunit.cpp?rev=643171&r1=643170&r2=643171&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/logunit.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/logunit.cpp Mon Mar 31 15:05:29 2008
@@ -23,6 +23,7 @@
 #include <apr_general.h>
 #include <algorithm>
 #include <stdlib.h>
+#include <locale.h>
 
 void initialize() {
     setlocale(LC_CTYPE, "");