[Hdrflow-svn] SF.net SVN: hdrflow:[454] trunk/lib/openlibraries/src/openpluginlib/pl/ content_handl
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2009-04-10 11:59:00
|
Revision: 454
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=454&view=rev
Author: glslang
Date: 2009-04-10 11:58:54 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
GCC 4.3.2 compile fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/content_handler_libxml.cpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/content_handler_libxml.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/content_handler_libxml.cpp 2009-04-10 11:53:52 UTC (rev 453)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/content_handler_libxml.cpp 2009-04-10 11:58:54 UTC (rev 454)
@@ -5,6 +5,8 @@
// Released under the LGPL.
// For more information, see http://www.openobjectlib.org.
+#include <string.h>
+
#include <openpluginlib/pl/utf8_utils.hpp>
#include <openpluginlib/pl/content_handler_libxml.hpp>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|