mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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