diff options
Diffstat (limited to 'Tests/CMakeLib/testXMLSafe.cxx')
-rw-r--r-- | Tests/CMakeLib/testXMLSafe.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CMakeLib/testXMLSafe.cxx b/Tests/CMakeLib/testXMLSafe.cxx index 21bb952..dc62eb9 100644 --- a/Tests/CMakeLib/testXMLSafe.cxx +++ b/Tests/CMakeLib/testXMLSafe.cxx @@ -4,9 +4,10 @@ #include "cmConfigure.h" // IWYU pragma: keep #include <sstream> -#include <stdio.h> #include <string> +#include <stdio.h> + #include "cmXMLSafe.h" struct test_pair |