From 7c52cca9386e8185137e1eb2f3e1a938301fe57f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 28 Apr 2015 21:00:40 +0200 Subject: [PATCH] Build fix. Thanks to luroh for noticing. --- src/kits/support/Locker.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kits/support/Locker.cpp b/src/kits/support/Locker.cpp index e619d6e0fb..02a1bd83b5 100644 --- a/src/kits/support/Locker.cpp +++ b/src/kits/support/Locker.cpp @@ -14,6 +14,8 @@ #include #include +#include + #include "support_kit_config.h"