summaryrefslogtreecommitdiffstats
path: root/Source/cmCheckCustomOutputs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCheckCustomOutputs.h')
-rw-r--r--Source/cmCheckCustomOutputs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCheckCustomOutputs.h b/Source/cmCheckCustomOutputs.h
index 7c4b3fe..9f33d16 100644
--- a/Source/cmCheckCustomOutputs.h
+++ b/Source/cmCheckCustomOutputs.h
@@ -5,11 +5,11 @@
#include "cmConfigure.h" // IWYU pragma: keep
-#include <cm/string_view>
-
#include <string>
#include <vector>
+#include <cm/string_view>
+
class cmExecutionStatus;
bool cmCheckCustomOutputs(const std::vector<std::string>& outputs,