summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cxml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index d2cb5b6..837c9db 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -24,7 +24,8 @@
#include <boost/optional.hpp>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/erase.hpp>
-#include <stdint.h>
+#include <exception>
+#include <memory>
#include <string>
#include <vector>