vcpkg/ports/3fd/RapidXML.patch
nicole mazzuca 05170a1f60
[3fd] Update to 2.6.3, fix port (#14528)
* [3fd] Update to 2.6.3, fix port

* update baseline

* JackBoosY CRs

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-11-12 17:31:03 -08:00

11 lines
194 B
Diff

--- 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>