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:
Brad King
2019-01-15 09:59:46 -05:00
parent 2033c1e56f
commit cd0881be61
31 changed files with 35 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
#include <memory> // IWYU pragma: keep
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "cmGeneratedFileStream.h"