summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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