blob: b405f9614da90229055e735ec0ec015975f1e274 [file]
--- xmltest.cpp
+++ xmltest.cpp
@@ -11,2 +11,3 @@
#include <ctime>
+#include <filesystem>
@@ -333,2 +334,3 @@
+ std::filesystem::current_path(std::filesystem::path(argv[0]).parent_path());
FILE* fp = fopen( "resources/dream.xml", "r" );