diff options
| author | Connor Fitzgerald <connorwadefitzgerald@gmail.com> | 2019-03-19 00:18:02 -0400 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-18 21:18:02 -0700 |
| commit | 02511898db381da2f643bc4d4e55fc9bca00214d (patch) | |
| tree | 415bc37fe9e027f8077354f1ebc70db08e5d0330 /ports/3fd/RapidXML.patch | |
| parent | 27b1d92ef5bbba004e27bfd11aa8bea1bd9652db (diff) | |
| download | vcpkg-02511898db381da2f643bc4d4e55fc9bca00214d.tar.gz vcpkg-02511898db381da2f643bc4d4e55fc9bca00214d.zip | |
[rapidxml-ns] Add new port. (#5703)
* [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
Diffstat (limited to 'ports/3fd/RapidXML.patch')
| -rw-r--r-- | ports/3fd/RapidXML.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/3fd/RapidXML.patch b/ports/3fd/RapidXML.patch new file mode 100644 index 000000000..fdb6cd18e --- /dev/null +++ b/ports/3fd/RapidXML.patch @@ -0,0 +1,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"
|
