diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ringbuffer_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index 38e09e9..48f5431 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -14,6 +14,7 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ +#include <climits> #include <cstdio> #include <cstdlib> #include <cstring> |