Add IWYU keep pragmas when including some compat headers
[babeltrace.git] / src / cpp-common / endian.hpp
index 6d836ab4f62bacec7d19e7f4abb8726e86a8c5cc..a31e31ab5a447ae072a1a086e4da67897df24d9f 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <cstdint>
 
-#include "compat/endian.h"
+#include "compat/endian.h" /* IWYU pragma: keep  */
 
 namespace bt2_common {
 
This page took 0.023417 seconds and 4 git commands to generate.