diff options
Diffstat (limited to 'Tests/CMakeLib/testRange.cxx')
-rw-r--r-- | Tests/CMakeLib/testRange.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeLib/testRange.cxx b/Tests/CMakeLib/testRange.cxx index b26b07b..4efe98e 100644 --- a/Tests/CMakeLib/testRange.cxx +++ b/Tests/CMakeLib/testRange.cxx @@ -1,12 +1,12 @@ /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ -#include "cmRange.h" - #include <iostream> #include <string> #include <vector> +#include "cmRange.h" + #define ASSERT_TRUE(x) \ do { \ if (!(x)) { \ |