Fix some compile errors

This commit is contained in:
2023-11-13 19:58:23 +01:00
parent 0b831397b3
commit 6356075227
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
#pragma once
#include "Base/UUID.hpp"
#include <algorithm>
#include <functional>
#include <memory>
#include <mutex>