aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/fifo_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fifo_queue.h')
-rw-r--r--src/common/fifo_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fifo_queue.h b/src/common/fifo_queue.h
index 57efcd83..4e80f53b 100644
--- a/src/common/fifo_queue.h
+++ b/src/common/fifo_queue.h
@@ -5,7 +5,7 @@
// a simple lockless thread-safe,
// single reader, single writer queue
-#include "atomic.h"
+#include "common/atomic.h"
namespace Common
{