mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
IWYU: Update CMake code for IWYU built with Clang 6
IWYU now correctly requires `<utility>` for `std::move`. It also requires a container header when used via a range-based for loop.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <memory> // IWYU pragma: keep
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "cmGeneratedFileStream.h"
|
||||
|
||||
Reference in New Issue
Block a user