diff options
Diffstat (limited to 'Source/cmListCommand.cxx')
-rw-r--r-- | Source/cmListCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmListCommand.cxx b/Source/cmListCommand.cxx index 7bf35c3..5200a16 100644 --- a/Source/cmListCommand.cxx +++ b/Source/cmListCommand.cxx @@ -2,7 +2,6 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmListCommand.h" -#include "cmsys/RegularExpression.hxx" #include <algorithm> #include <cassert> #include <cstddef> @@ -18,6 +17,8 @@ #include <cm/memory> +#include "cmsys/RegularExpression.hxx" + #include "cm_static_string_view.hxx" #include "cmAlgorithms.h" |