Missing #include.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2019 21:44:32 +0000 (21:44 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2019 21:44:32 +0000 (21:44 +0000)
src/cxml.cc

index 3fa3d9486c0da9937a794bb7fe96ac0e9045e9df..a51b9a42762c50c588a0a8983204cf2892109c3c 100644 (file)
 
 */
 
+#include "cxml.h"
+#include <libxml++/libxml++.h>
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string.hpp>
-#include <libxml++/libxml++.h>
-#include "cxml.h"
+#include <cstdio>
 
 using std::string;
 using std::list;