diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-26 21:44:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 21:44:32 +0000 |
| commit | 0d18df40865397b0d85ab5acc2aca853f83679bb (patch) | |
| tree | 23ef45406b3dba46e6663168dfa8ed16e0daf71e /src | |
| parent | caa3f20cd224f88f7a785618b63000f44a06da3a (diff) | |
Missing #include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.cc | 5 |
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; |
