summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-26 21:44:32 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 21:44:32 +0000
commit0d18df40865397b0d85ab5acc2aca853f83679bb (patch)
tree23ef45406b3dba46e6663168dfa8ed16e0daf71e /src
parentcaa3f20cd224f88f7a785618b63000f44a06da3a (diff)
Missing #include.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cxml.cc b/src/cxml.cc
index 3fa3d94..a51b9a4 100644
--- a/src/cxml.cc
+++ b/src/cxml.cc
@@ -18,10 +18,11 @@
*/
+#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;