diff options
Diffstat (limited to 'Source/cmJsonObjects.h')
-rw-r--r-- | Source/cmJsonObjects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmJsonObjects.h b/Source/cmJsonObjects.h index cd4da94f4..64291cc06 100644 --- a/Source/cmJsonObjects.h +++ b/Source/cmJsonObjects.h @@ -5,11 +5,11 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include "cm_jsoncpp_value.h" - #include <string> #include <vector> +#include "cm_jsoncpp_value.h" + class cmake; class cmGlobalGenerator; |