summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-10 10:14:55 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-10 10:14:55 +0100
commit0f4ca5d161de9d303c360d8f502d4d84d6b491df (patch)
treec9d5e960a05c9c5200b0b0ba645a39df28f0f4d1 /src
parent506fb1b04d4bfa654db64c07fa940462dee90ba6 (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 110a224..bb1179b 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -20,13 +20,14 @@
#ifndef LIBCXML_CXML_H
#define LIBCXML_CXML_H
-#include <string>
-#include <list>
-#include <stdint.h>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/erase.hpp>
+#include <stdint.h>
+#include <string>
+#include <sstream>
+#include <list>
/* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */
#ifdef check