diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-16 20:20:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 20:20:12 +0100 |
| commit | cdbcdf6469604207e224ba43e7541a0f5eae6f0d (patch) | |
| tree | fbb4c4095e4a91522d9e15a6a90797995428e48a | |
| parent | a0ff873277b70e3abc1423f390ab63e93280facd (diff) | |
| parent | dd0ca672a261d3e1d78e8d5cc5382c2e8df75a4e (diff) | |
Merge pull request #3 from lukegb/fix-includes
Fix includes for cxml.h
| -rw-r--r-- | src/cxml.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
