opencollada: include pcre.h (KhronosGroup/OpenCOLLADA#570)

This commit is contained in:
Edmund Wu
2018-08-01 22:02:41 -04:00
parent 4758fe7c56
commit 6f62bf31c1
2 changed files with 17 additions and 1 deletions
@@ -0,0 +1,14 @@
diff --git a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
index 22f2598b..269c50ca 100644
--- a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
+++ b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
@@ -13,8 +13,7 @@
#include "COLLADABUPrerequisites.h"
-struct real_pcre;
-typedef struct real_pcre pcre;
+#include "pcre.h"
namespace COLLADABU