|
From: <vac...@us...> - 2009-07-06 19:09:34
|
Revision: 158
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=158&view=rev
Author: vaclavslavik
Date: 2009-07-06 19:09:16 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
compilation fixes (patch #2816324 by Fredrik Bennison)
Modified Paths:
--------------
trunk/tests/test.h
Modified: trunk/tests/test.h
===================================================================
--- trunk/tests/test.h 2009-07-06 19:05:59 UTC (rev 157)
+++ trunk/tests/test.h 2009-07-06 19:09:16 UTC (rev 158)
@@ -34,6 +34,8 @@
#define _xmlwrapp_test_h_
#define BOOST_TEST_ALTERNATIVE_INIT_API
+#define BOOST_TEST_DYN_LINK
+
#include <boost/test/unit_test.hpp>
#include <xmlwrapp/xmlwrapp.h>
@@ -41,6 +43,7 @@
#include <iostream>
#include <fstream>
#include <sstream>
+#include <cstring>
// path to source directory, where test data files are located
extern std::string srcdir;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|