diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-10 10:14:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-10 10:14:55 +0100 |
| commit | 0f4ca5d161de9d303c360d8f502d4d84d6b491df (patch) | |
| tree | c9d5e960a05c9c5200b0b0ba645a39df28f0f4d1 /src | |
| parent | 506fb1b04d4bfa654db64c07fa940462dee90ba6 (diff) | |
Missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
