summaryrefslogtreecommitdiff
path: root/devel/libsavitar/files/patch-src_MeshData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsavitar/files/patch-src_MeshData.cpp')
-rw-r--r--devel/libsavitar/files/patch-src_MeshData.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsavitar/files/patch-src_MeshData.cpp b/devel/libsavitar/files/patch-src_MeshData.cpp
new file mode 100644
index 000000000000..9d8a5686dd02
--- /dev/null
+++ b/devel/libsavitar/files/patch-src_MeshData.cpp
@@ -0,0 +1,11 @@
+--- src/MeshData.cpp.orig 2020-05-11 21:53:20 UTC
++++ src/MeshData.cpp
+@@ -17,7 +17,7 @@
+ */
+
+ #include "MeshData.h"
+-#include "../pugixml/src/pugixml.hpp"
++#include <pugixml.hpp>
+ #include <cstring>
+ #include <iostream>
+ #include <stdexcept> //For std::runtime_error.