diff options
Diffstat (limited to 'Tests/CMakeLib/run_compile_commands.cxx')
-rw-r--r-- | Tests/CMakeLib/run_compile_commands.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CMakeLib/run_compile_commands.cxx b/Tests/CMakeLib/run_compile_commands.cxx index 4a79c80..2c77acc 100644 --- a/Tests/CMakeLib/run_compile_commands.cxx +++ b/Tests/CMakeLib/run_compile_commands.cxx @@ -1,6 +1,5 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include "cmsys/FStream.hxx" #include <cstdlib> #include <iostream> #include <map> @@ -8,6 +7,8 @@ #include <utility> #include <vector> +#include "cmsys/FStream.hxx" + #include "cmSystemTools.h" class CompileCommandParser |