blob: 6373fc287229cf569c9e03c9fa9fdc98ad5bc4ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/3FD/xml.h
+++ b/3FD/xml.h
@@ -4,6 +4,6 @@
#include "exceptions.h"
#include "utils.h"
-#include <rapidxml.hpp>
+#include <rapidxml/rapidxml.hpp>
#include <array>
#include <algorithm>
|