Fix: Missing stdint.h in stream-class.h
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class.h
index c275b025f8fca8fe24f60c1b68020677176118de..d7089ccb938254c4ebe5a771776ccb47ff72d255 100644 (file)
@@ -30,6 +30,8 @@
  * http://www.efficios.com/ctf
  */
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
This page took 0.023669 seconds and 4 git commands to generate.