summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-16 20:20:12 +0100
committerGitHub <noreply@github.com>2022-01-16 20:20:12 +0100
commitcdbcdf6469604207e224ba43e7541a0f5eae6f0d (patch)
treefbb4c4095e4a91522d9e15a6a90797995428e48a
parenta0ff873277b70e3abc1423f390ab63e93280facd (diff)
parentdd0ca672a261d3e1d78e8d5cc5382c2e8df75a4e (diff)
Merge pull request #3 from lukegb/fix-includes
Fix includes for cxml.h
-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>