From 0c14db2558a3792b59da08ebeccdc1f3acba945a Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 23 Feb 2017 07:32:24 -0500 Subject: cmServerConnection.h: Include cmConfigure.h first We need this to make Large File Support definitions consistent with other translation units. --- Source/cmServerConnection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmServerConnection.h b/Source/cmServerConnection.h index 3efe28d..9357831 100644 --- a/Source/cmServerConnection.h +++ b/Source/cmServerConnection.h @@ -2,6 +2,8 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #pragma once +#include // IWYU pragma: keep + #include #include -- cgit v0.12