diff options
author | Brad King <brad.king@kitware.com> | 2017-02-24 14:31:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-24 14:31:25 (GMT) |
commit | f104fe45fc9179e96065f576b0cc3529b29cd624 (patch) | |
tree | f24222f3dc957dee8b96a92372caba667687fc84 /Source | |
parent | 33f636264a5d830f67316dc6184f4056b3a3629f (diff) | |
parent | 0c14db2558a3792b59da08ebeccdc1f3acba945a (diff) | |
download | CMake-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.h | 2 |
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> |