aboutsummaryrefslogtreecommitdiff
path: root/ports/3fd/RapidXML.patch
blob: fdb6cd18ebd49c5a00f3573305fc1c5e58ab3f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/3FD/configuration.cpp b/3FD/configuration.cpp
index b9ca804..207a397 100644
--- a/3FD/configuration.cpp
+++ b/3FD/configuration.cpp
@@ -2,7 +2,7 @@
 #include "configuration.h"
 #include "exceptions.h"
 #include "utils_io.h"
-#include <rapidxml.hpp>
+#include <rapidxml/rapidxml.hpp>
 
 #ifdef _3FD_PLATFORM_WINRT
 #    include "utils_winrt.h"