diff --git a/radio/processor/src/Buffer.hpp b/radio/processor/src/Buffer.hpp index 6b033c6..92501f0 100644 --- a/radio/processor/src/Buffer.hpp +++ b/radio/processor/src/Buffer.hpp @@ -2,8 +2,9 @@ #define __PROCESSOR_BUFFER_HPP__ #include -#include +#include #include +#include #ifdef PROCESSOR_BUFFER_USE_EXCEPTIONS #define RETURN_OR_EXCEPT(code) throw Buffer::Exception(code) diff --git a/radio/processor/src/Buffer.tcc b/radio/processor/src/Buffer.tcc index 5c31a2b..d44acad 100644 --- a/radio/processor/src/Buffer.tcc +++ b/radio/processor/src/Buffer.tcc @@ -1,3 +1,5 @@ +#include + template Buffer::Buffer(size_t capacity) : m_capacity(capacity)