1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 14:08:35 +08:00

cmFunctionBlocker: include missing header

This is needed to have `std::string::operator==` used in the code. Mark
it as such since older IWYU releases don't recognize this.
This commit is contained in:
Ben Boeckel
2020-04-28 13:28:02 -04:00
parent b745b8fd36
commit 3ac24a8a6e

View File

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