summaryrefslogtreecommitdiff
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 57efcd839..4e80f53b4 100644
--- a/src/common/fifo_queue.h
+++ b/src/common/fifo_queue.h
@@ -5,7 +5,7 @@
5// a simple lockless thread-safe, 5// a simple lockless thread-safe,
6// single reader, single writer queue 6// single reader, single writer queue
7 7
8#include "atomic.h" 8#include "common/atomic.h"
9 9
10namespace Common 10namespace Common
11{ 11{