Clean-up: clang-tidy: missing headers prevent analysis
[lttng-tools.git] / include / lttng / ref-internal.hpp
index 13c1a69eedb89ee9e8191f0a337a88b17721cc49..8416d6bcff29f4526836a7b3682c688cf12e26c4 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef LTTNG_REF_INTERNAL_H
-#define LTTNG_REF_INTERNAL_H
-
 /*
  * LTTng - Non thread-safe reference counting
  *
@@ -10,6 +7,13 @@
  *
  */
 
+#ifndef LTTNG_REF_INTERNAL_H
+#define LTTNG_REF_INTERNAL_H
+
+#include <common/macros.hpp>
+
+#include <urcu/urcu.h>
+
 using lttng_release_func = void (*)(void *);
 
 struct lttng_ref {
This page took 0.023524 seconds and 4 git commands to generate.