Add IWYU keep pragmas when including some compat headers
[babeltrace.git] / src / plugins / ctf / fs-src / lttng-index.hpp
index e07d87bc9d4789a2676a2972f010a8a1c1dd58c9..36dc7cc934d46366aa12ebf7b13f239e8699eacb 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <cstdint>
 
-#include "compat/limits.h"
+#include "compat/limits.h" /* IWYU pragma: keep  */
 
 #define CTF_INDEX_MAGIC    0xC1F1DCC1
 #define CTF_INDEX_MAJOR    1
This page took 0.024109 seconds and 4 git commands to generate.