From dd0ca672a261d3e1d78e8d5cc5382c2e8df75a4e Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 16 Jan 2022 19:13:03 +0000 Subject: Fix includes for cxml.h. stdint.h is unnecessary, but std::exception should come from , and std::shared_ptr comes from . --- src/cxml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 #include #include -#include +#include +#include #include #include -- cgit v1.2.3