Add IWYU keep pragmas when including some compat headers
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-viewer-abi.hpp
index f8ae6a21a8725ad91c9add72f23d40f347519bd2..bf9abae4297fc0549f3a0fd7b8211a7a5d20d6d0 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <stdint.h>
 
-#include "compat/limits.h"
+#include "compat/limits.h" /* IWYU pragma: keep  */
 
 #define LTTNG_VIEWER_PATH_MAX      4096
 #define LTTNG_VIEWER_NAME_MAX      255
This page took 0.022665 seconds and 4 git commands to generate.