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, "");


Reply via email to