summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-24 14:31:25 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-24 14:31:25 (GMT)
commitf104fe45fc9179e96065f576b0cc3529b29cd624 (patch)
treef24222f3dc957dee8b96a92372caba667687fc84 /Source
parent33f636264a5d830f67316dc6184f4056b3a3629f (diff)
parent0c14db2558a3792b59da08ebeccdc1f3acba945a (diff)
downloadCMake-f104fe45fc9179e96065f576b0cc3529b29cd624.zip
CMake-f104fe45fc9179e96065f576b0cc3529b29cd624.tar.gz
CMake-f104fe45fc9179e96065f576b0cc3529b29cd624.tar.bz2
Merge topic 'cmake-server-aix'
0c14db25 cmServerConnection.h: Include cmConfigure.h first
Diffstat (limited to 'Source')
-rw-r--r--Source/cmServerConnection.h2
1 files changed, 2 insertions, 0 deletions
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 <cmConfigure.h> // IWYU pragma: keep
+
#include <string>
#include <vector>