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:
@@ -5,6 +5,7 @@
|
||||
#include <cassert>
|
||||
#include <memory> // IWYU pragma: keep
|
||||
#include <sstream>
|
||||
#include <string> // IWYU pragma: keep
|
||||
#include <utility>
|
||||
|
||||
#include "cmExecutionStatus.h"
|
||||
|
Reference in New Issue
Block a user