From: <vac...@us...> - 2009-02-06 23:57:44
|
Revision: 135 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=135&view=rev Author: vaclavslavik Date: 2009-02-06 23:57:41 +0000 (Fri, 06 Feb 2009) Log Message: ----------- VC++ compilation fix Modified Paths: -------------- trunk/src/libxml/node_iterator.cxx Modified: trunk/src/libxml/node_iterator.cxx =================================================================== --- trunk/src/libxml/node_iterator.cxx 2009-02-06 23:56:58 UTC (rev 134) +++ trunk/src/libxml/node_iterator.cxx 2009-02-06 23:57:41 UTC (rev 135) @@ -45,6 +45,7 @@ // standard includes #include <algorithm> +#include <cassert> // libxml includes #include <libxml/tree.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |