Build fix: missing cstdint include in time.hpp on macOS
[lttng-tools.git] / src / common / compat / time.hpp
index 37f472a4aad1378d95542fde0f258132b76c368c..6cb5018c5400f885625a6b8acf4be3e89bac5f63 100644 (file)
@@ -12,6 +12,8 @@
 
 #ifdef __APPLE__
 
+#include <cstdint>
+
 typedef uint64_t timer_t;
 
 #include <mach/mach.h>
This page took 0.023437 seconds and 4 git commands to generate.