Skip to content
Snippets Groups Projects
Commit 5e8b9c95 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[RwLockUnboundedQueue] Add missing #include "Common.hpp"

parent f00a4fe2
No related branches found
No related tags found
1 merge request!111EMPER shutdown
......@@ -7,6 +7,8 @@
#include <cstring>
#include <queue>
#include "Common.hpp"
namespace lib::adt {
static void aquire_wrlock(pthread_rwlock_t& lock) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment