summaryrefslogtreecommitdiffstats
path: root/test/build_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-17 00:20:53 +0200
committerDavid Robillard <d@drobilla.net>2018-09-17 00:20:53 +0200
commit29764eef1401dac32bc968f1ffdf55257e8bb4dd (patch)
tree0ce8cd40ad2b61cf6c3366a7091dd211b7decebc /test/build_test.cpp
parent62b184c18d90e2d973c7c4df0b712a03f4c2bbee (diff)
downloadraul-29764eef1401dac32bc968f1ffdf55257e8bb4dd.tar.gz
raul-29764eef1401dac32bc968f1ffdf55257e8bb4dd.tar.bz2
raul-29764eef1401dac32bc968f1ffdf55257e8bb4dd.zip
Fix Windows build
Diffstat (limited to 'test/build_test.cpp')
-rw-r--r--test/build_test.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/build_test.cpp b/test/build_test.cpp
index 9de137c..cbf153d 100644
--- a/test/build_test.cpp
+++ b/test/build_test.cpp
@@ -21,14 +21,17 @@
#include "raul/Maid.hpp"
#include "raul/Noncopyable.hpp"
#include "raul/Path.hpp"
-#include "raul/Process.hpp"
#include "raul/RingBuffer.hpp"
#include "raul/Semaphore.hpp"
-#include "raul/Socket.hpp"
#include "raul/Symbol.hpp"
#include "raul/TimeSlice.hpp"
#include "raul/TimeStamp.hpp"
+#ifndef _WIN32
+#include "raul/Process.hpp"
+#include "raul/Socket.hpp"
+#endif
+
int
main()
{