diff --git a/core-buffer/src/FastQueue.cpp b/core-buffer/src/FastQueue.cpp index 3e9765f..e39ecc4 100644 --- a/core-buffer/src/FastQueue.cpp +++ b/core-buffer/src/FastQueue.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "FastQueue.hpp" using namespace std; @@ -102,4 +103,5 @@ void FastQueue::release() read_slot_id_ %= n_slots_; } -template class FastQueue; \ No newline at end of file +template class FastQueue; +template class FastQueue; \ No newline at end of file