fix: Add missing stdint include on Windows
[babeltrace.git] / src / ctf-writer / visitor.h
index 512161171e5416c64fac53143d6ee6145649b34f..5c583745e425cee2b866d02ca1fb7a55e7ccdfd7 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <stdlib.h>
+#include <stdint.h>
 #include <babeltrace2/ctf-writer/visitor.h>
 #include "common/macros.h"
 
This page took 0.022936 seconds and 4 git commands to generate.