summaryrefslogtreecommitdiffstats
path: root/test/src/test-w3c.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-28 19:25:13 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-28 19:25:13 (GMT)
commitc36b123a60278caef5d06e8a7d0b3d338d669c75 (patch)
treea327cad0b71f9d52cdeafdff18835ccb004c6245 /test/src/test-w3c.cpp
parent24e3de124af4025d151a0b2775c6c3c04299de4b (diff)
downloaduscxml-c36b123a60278caef5d06e8a7d0b3d338d669c75.zip
uscxml-c36b123a60278caef5d06e8a7d0b3d338d669c75.tar.gz
uscxml-c36b123a60278caef5d06e8a7d0b3d338d669c75.tar.bz2
Fixed some linker issues with MSVC
Diffstat (limited to 'test/src/test-w3c.cpp')
-rw-r--r--test/src/test-w3c.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-w3c.cpp b/test/src/test-w3c.cpp
index a03eab7..3c20e76 100644
--- a/test/src/test-w3c.cpp
+++ b/test/src/test-w3c.cpp
@@ -15,6 +15,7 @@
#ifdef _WIN32
#include "XGetopt.h"
+#include "XGetopt.cpp"
#endif
static bool withFlattening = false;