Bläddra i källkod

IWYU: mark <cstddef> as needed

Newer IWYU is not seeing this as necessary for `_GLIBCXX_USE_CXX11_ABI`.
Ben Boeckel 5 år sedan
förälder
incheckning
99663a5157
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Tests/CMakeLib/testString.cxx

+ 1 - 1
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 <cstddef>
+#include <cstddef> // IWYU pragma: keep
 #include <cstring>
 #include <iostream>
 #include <iterator>