forked from mirrors/nixpkgs
13 lines
305 B
Diff
13 lines
305 B
Diff
diff --git a/src/common/communication.h b/src/common/communication.h
|
|
index 968ac1e..f3a8453 100644
|
|
--- a/src/common/communication.h
|
|
+++ b/src/common/communication.h
|
|
@@ -17,6 +17,7 @@
|
|
#pragma once
|
|
|
|
#include <atomic>
|
|
+#include <mutex>
|
|
|
|
#include <bitsery/adapter/buffer.h>
|
|
#include <bitsery/bitsery.h>
|