Missing include.
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 09:14:55 +0000 (10:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 09:14:55 +0000 (10:14 +0100)
src/cxml.h

index 110a224f3db1c9d6619552e60a0887ebdac353b9..bb1179b98b10c6a24634f5e4fc6a6cffe47637ef 100644 (file)
 #ifndef LIBCXML_CXML_H
 #define LIBCXML_CXML_H
 
 #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 <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
 
 /* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */
 #ifdef check