summaryrefslogtreecommitdiff
path: root/dev-cpp/xsd/files/xsd-4.0.0-fix-include.patch
blob: 85ea3e54313e6bd218f9f96d90996e3a3034c701 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/xsd/xsd.cxx
+++ b/xsd/xsd.cxx
@@ -15,7 +15,7 @@
 
 #include <xsd-frontend/parser.hxx>
 #include <xsd-frontend/transformations/anonymous.hxx>
-#include <xsd-frontend/transformations/enum-synthesis.cxx>
+#include <xsd-frontend/transformations/enum-synthesis.hxx>
 #include <xsd-frontend/transformations/restriction.hxx>
 #include <xsd-frontend/transformations/schema-per-type.hxx>
 #include <xsd-frontend/transformations/simplifier.hxx>