Some platforms don't include libxml++config.h automatically.
authorCarl Hetherington <cth@carlh.net>
Sat, 23 Mar 2024 11:49:22 +0000 (12:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 23 Mar 2024 11:49:22 +0000 (12:49 +0100)
src/cxml.cc

index d5c3fdbdfacaf95be168d21c6bd9914ef4c21987..d4eb1388499a284f6333faec165def73e7b977b6 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "cxml.h"
 #include <libxml++/libxml++.h>
+#include <libxml++config.h>
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string.hpp>
 #include <cstdio>