Author: carnold
Date: Mon Oct 23 14:02:42 2006
New Revision: 467124

URL: http://svn.apache.org/viewvc?view=rev&rev=467124
Log:
LOGCXX-158: tolower not defined in stringhelper.cpp

Modified:
    logging/log4cxx/trunk/src/stringhelper.cpp

Modified: logging/log4cxx/trunk/src/stringhelper.cpp
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/stringhelper.cpp?view=diff&rev=467124&r1=467123&r2=467124
==============================================================================
--- logging/log4cxx/trunk/src/stringhelper.cpp (original)
+++ logging/log4cxx/trunk/src/stringhelper.cpp Mon Oct 23 14:02:42 2006
@@ -23,6 +23,7 @@
 #include <apr_strings.h>
 #include <log4cxx/helpers/pool.h>
 #include <log4cxx/private/log4cxx_private.h>
+#include <cctype>
 
 using namespace log4cxx;
 using namespace log4cxx::helpers;


Reply via email to