Add missing include for condition_variable

This commit is contained in:
Martchus 2021-05-15 21:04:21 +02:00
parent 05ff6cd00f
commit b9c7f05ef1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef LIBREPOMGR_GLOBAL_LOCK_H
#define LIBREPOMGR_GLOBAL_LOCK_H
#include <condition_variable>
#include <cstdint>
#include <mutex>
#include <shared_mutex>