From 99663a5157bca24d0a36a82ebf64f32e56f0a3b4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 28 Apr 2020 13:43:15 -0400 Subject: IWYU: mark as needed Newer IWYU is not seeing this as necessary for `_GLIBCXX_USE_CXX11_ABI`. --- Tests/CMakeLib/testString.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLib/testString.cxx b/Tests/CMakeLib/testString.cxx index 1fd3f38..48d2590 100644 --- a/Tests/CMakeLib/testString.cxx +++ b/Tests/CMakeLib/testString.cxx @@ -1,7 +1,7 @@ /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ -#include +#include // IWYU pragma: keep #include #include #include -- cgit v0.12