Browse Source

cmServerConnection.h: Include cmConfigure.h first

We need this to make Large File Support definitions consistent with
other translation units.
Brad King 8 years ago
parent
commit
0c14db2558
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/cmServerConnection.h

+ 2 - 0
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>