Missing include.
[libcxml.git] / src / cxml.h
index 110a224f3db1c9d6619552e60a0887ebdac353b9..bb1179b98b10c6a24634f5e4fc6a6cffe47637ef 100644 (file)
 #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