diff options
Diffstat (limited to 'raul/SRSWQueue.hpp')
-rw-r--r-- | raul/SRSWQueue.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/SRSWQueue.hpp b/raul/SRSWQueue.hpp index e089f07..0b843bc 100644 --- a/raul/SRSWQueue.hpp +++ b/raul/SRSWQueue.hpp @@ -19,7 +19,9 @@ #define RAUL_SRSW_QUEUE_HPP #include <cassert> + #include <boost/utility.hpp> + #include "raul/AtomicInt.hpp" namespace Raul { |