summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-28 09:02:20 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-28 09:02:20 +0100
commitbc172ce6f6ea8a16bb21e1d3b31d8e2954a27a28 (patch)
tree21d55ee7715ca1dbf9b3e499e4014afe54efacba /src
parentc708ca4491adadd3994b625e1bb4b528eb15cd7c (diff)
Added debug
Diffstat (limited to 'src')
-rw-r--r--src/mutex.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mutex.cc b/src/mutex.cc
index 75d569d..8a9439d 100644
--- a/src/mutex.cc
+++ b/src/mutex.cc
@@ -27,6 +27,8 @@
*/
#include "mutex.h"
+#include <hugin.hpp>
+
#ifdef WIN32
#include <windows.h>
#else