Browse Source

IWYU: mark includes needed for assert statements as needed

Ben Boeckel 5 years ago
parent
commit
b745b8fd36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmFunctionBlocker.cxx

+ 1 - 0
Source/cmFunctionBlocker.cxx

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