Fix: missing includes in buffer-usage.h
[lttng-tools.git] / include / lttng / condition / buffer-usage.h
index f7accd44d87ae566663b7ec043647c27eca87354..3671ba75d953fe7970fa784931cf29647a78c55c 100644 (file)
@@ -20,6 +20,8 @@
 
 #include <lttng/condition/evaluation.h>
 #include <lttng/condition/condition.h>
+#include <stdint.h>
+#include <lttng/domain.h>
 
 #ifdef __cplusplus
 extern "C" {
This page took 0.037734 seconds and 5 git commands to generate.