common: macros: missing include of pthread.h
[lttng-tools.git] / src / common / macros.hpp
index 8875462edf284f379519947a2d4e43a60e7d554b..ecaaa4cda2edbb0c6fdc273bf67c858ebaa2f2f7 100644 (file)
@@ -15,6 +15,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <memory>
+#include <pthread.h>
 #include <type_traits>
 
 /*
This page took 0.02275 seconds and 4 git commands to generate.