aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/ringbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/ringbuffer.cpp')
-rw-r--r--test/base/ringbuffer.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/base/ringbuffer.cpp b/test/base/ringbuffer.cpp
index eb672498..16060570 100644
--- a/test/base/ringbuffer.cpp
+++ b/test/base/ringbuffer.cpp
@@ -24,10 +24,13 @@
* $Id$
*/
-#include "ringbuffer.hpp"
+#include <cstddef>
#include <cstring>
+
#include <cppunit/extensions/HelperMacros.h>
+#include "ringbuffer.hpp"
+
namespace usdx
{
class RingBufferTest : public CppUnit::TestFixture {