diff options
Diffstat (limited to 'Source/cmJSONState.cxx')
-rw-r--r-- | Source/cmJSONState.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmJSONState.cxx b/Source/cmJSONState.cxx index 92bde77..1abdaa6 100644 --- a/Source/cmJSONState.cxx +++ b/Source/cmJSONState.cxx @@ -3,10 +3,9 @@ #include "cmJSONState.h" +#include <iterator> #include <sstream> -#include <cm/memory> - #include <cm3p/json/reader.h> #include <cm3p/json/value.h> |