mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
02511898db
* [rapidxml-ns] Add new port * [rapidxml] Move headers out of include to prevent conflicts and clutter. * [rapidxml-ns] Update SHA512 * [rapidxml-ns] Fix header installation * [3fd] Fix header issue with rapidxml
14 lines
364 B
Diff
14 lines
364 B
Diff
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"
|