commit | 241304190ffdf9cc7d4ede0601da370b111468cc | [log] [tgz] |
---|---|---|
author | Marc Chevrier <marc.chevrier@gmail.com> | Tue Apr 25 19:54:23 2023 +0200 |
committer | Marc Chevrier <marc.chevrier@gmail.com> | Sat Apr 29 09:54:31 2023 +0200 |
tree | e35dd7fe5c89da1eed3abe10f37abe3586e64df7 | |
parent | 87fe031a0703f07b8636f8ea59b6746788e71869 [diff] [blame] |
CMake code rely on cmList class for CMake lists management (part. 2)
diff --git a/Source/cmIDEOptions.cxx b/Source/cmIDEOptions.cxx index 9468d4a..f94faf8 100644 --- a/Source/cmIDEOptions.cxx +++ b/Source/cmIDEOptions.cxx
@@ -12,6 +12,7 @@ #include "cmsys/String.h" #include "cmIDEFlagTable.h" +#include "cmList.h" #include "cmStringAlgorithms.h" cmIDEOptions::cmIDEOptions()