From f5c4dada1bf8bf6463d1128065b3f85e78935ecf Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 7 Mar 2017 11:50:17 -0500 Subject: cmFileMonitor.h: Include cmConfigure.h first We need this to make Large File Support definitions consistent with other translation units. --- Source/cmFileMonitor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmFileMonitor.h b/Source/cmFileMonitor.h index 48169b8..2957328 100644 --- a/Source/cmFileMonitor.h +++ b/Source/cmFileMonitor.h @@ -2,6 +2,8 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #pragma once +#include // IWYU pragma: keep + #include #include #include -- cgit v0.12