Fix: Missing stdint.h in stream.h
[babeltrace.git] / include / babeltrace / ctf-ir / stream.h
index 6f07cc97167f841475af9a21d195a3e744681001..9e61d763bb9f9bf5eae50b886132e9aec8ce3e46 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 #include <babeltrace/ctf-ir/stream-class.h>
+#include <stdint.h>
 
 #ifdef __cplusplus
 extern "C" {
This page took 0.023958 seconds and 4 git commands to generate.