diff options
Diffstat (limited to 'devel/libsavitar/files/patch-src_Namespace.cpp')
-rw-r--r-- | devel/libsavitar/files/patch-src_Namespace.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsavitar/files/patch-src_Namespace.cpp b/devel/libsavitar/files/patch-src_Namespace.cpp new file mode 100644 index 000000000000..5da35e038d06 --- /dev/null +++ b/devel/libsavitar/files/patch-src_Namespace.cpp @@ -0,0 +1,11 @@ +--- src/Namespace.cpp.orig 2020-05-11 21:53:27 UTC ++++ src/Namespace.cpp +@@ -3,7 +3,7 @@ + + #include "Namespace.h" + +-#include "../pugixml/src/pugixml.hpp" ++#include <pugixml.hpp> + + namespace xml_namespace + { |