瀏覽代碼

Fix build

Ivan Savenko 10 月之前
父節點
當前提交
a432009841
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Global.h

+ 1 - 0
Global.h

@@ -134,6 +134,7 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size.");
 #include <random>
 #include <regex>
 #include <set>
+#include <shared_mutex>
 #include <sstream>
 #include <string>
 #include <unordered_map>