From b9c7f05ef1e72e8646b8798f23cdad41c8f8cc67 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 15 May 2021 21:04:21 +0200 Subject: [PATCH] Add missing include for condition_variable --- librepomgr/globallock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/librepomgr/globallock.h b/librepomgr/globallock.h index 9ab4ef1..8e3accb 100644 --- a/librepomgr/globallock.h +++ b/librepomgr/globallock.h @@ -1,6 +1,7 @@ #ifndef LIBREPOMGR_GLOBAL_LOCK_H #define LIBREPOMGR_GLOBAL_LOCK_H +#include #include #include #include