From 13be583770c860b63e03a9d9933bf8702c942b36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 16:40:18 +0000 Subject: Fix compilation on POSIX. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4382 a436a847-0d15-0410-975c-d299462d15a1 --- test/sem_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/sem_test.cpp b/test/sem_test.cpp index e1f2fb4..b3e8b5b 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -1,4 +1,5 @@ #include +#include #include "raul/Thread.hpp" #include "raul/Semaphore.hpp" -- cgit v1.2.1