summary refs log tree commit diff
path: root/src/Compute
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-07-10 21:26:57 +0200
committerMel <einebeere@gmail.com>2023-07-10 21:26:57 +0200
commit2c3ac8db3f539459166c801e61c5efdacf9150c3 (patch)
tree7b4cbc9652fcb7487f6364e2a93077784cecf861 /src/Compute
parentd83f8fdb062ed3c2bdb41117e7304c22cc481003 (diff)
downloadmeowcraft-2c3ac8db3f539459166c801e61c5efdacf9150c3.tar.zst
meowcraft-2c3ac8db3f539459166c801e61c5efdacf9150c3.zip
Add necessary Linux headers
Diffstat (limited to 'src/Compute')
-rw-r--r--src/Compute/Queue.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compute/Queue.hpp b/src/Compute/Queue.hpp
index 4035d56..06469f8 100644
--- a/src/Compute/Queue.hpp
+++ b/src/Compute/Queue.hpp
@@ -6,6 +6,7 @@
 #include <vector>
 #include <queue>
 #include <thread>
+#include <memory>
 
 namespace MC::Compute {