You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-cpp/xsd/files/3.3.0-fix_include.patch

14 lines
510 B

diff --git a/xsd/xsd.cxx b/xsd/xsd.cxx
index 1c66a8a..dbbfed9 100644
--- a/xsd/xsd.cxx
+++ b/xsd/xsd.cxx
@@ -18,7 +18,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>