summaryrefslogtreecommitdiff
path: root/devel/libsavitar/files/patch-src_MeshData.cpp
blob: 9d8a5686dd02398ab46aa3a14aef0f26e50097c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.