From 0d18df40865397b0d85ab5acc2aca853f83679bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 Mar 2019 21:44:32 +0000 Subject: Missing #include. --- src/cxml.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3