fix: Add missing stdint include on Windows
[babeltrace.git] / src / ctf-writer / visitor.h
index 549285e2d98baeb5b0adf67e99f52009ef8a03c6..5c583745e425cee2b866d02ca1fb7a55e7ccdfd7 100644 (file)
  * SOFTWARE.
  */
 
+#include <stdlib.h>
+#include <stdint.h>
 #include <babeltrace2/ctf-writer/visitor.h>
-#include "common/babeltrace.h"
+#include "common/macros.h"
 
 typedef void *(*bt_ctf_child_accessor)(void *object, int index);
 typedef int64_t (*bt_ctf_child_count_accessor)(void *object);
This page took 0.03397 seconds and 4 git commands to generate.