From: Carl Hetherington Date: Tue, 26 Mar 2019 21:44:32 +0000 (+0000) Subject: Missing #include. X-Git-Tag: v0.17.0~12 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=inline;h=0d18df40865397b0d85ab5acc2aca853f83679bb;p=libcxml.git Missing #include. --- 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 #include #include -#include -#include "cxml.h" +#include using std::string; using std::list;