From 8bae807f6877914c05091378c081c744bd5641eb Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 19 Jul 2012 17:53:19 +0200 Subject: [PATCH] Add a missing include --- src/semaphore.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/semaphore.hh b/src/semaphore.hh index 68f5ca3d..d3ce9f94 100644 --- a/src/semaphore.hh +++ b/src/semaphore.hh @@ -25,6 +25,7 @@ #define SEMAPHORE_HH #include +#include #include #include