Fix gcc-11 etc. compilation errors
这个提交包含在:
父节点
b41a5f4e5b
当前提交
0aa4bca6cc
1
cache/mapcache.h
vendored
1
cache/mapcache.h
vendored
@ -3,6 +3,7 @@
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <shared_mutex>
|
||||
#include <optional>
|
||||
|
||||
/* Thread-Safe Key-Value store */
|
||||
template <class T> class MapCache
|
||||
|
@ -1,5 +1,6 @@
|
||||
#ifndef PERMISSIONSDAO_H
|
||||
#define PERMISSIONSDAO_H
|
||||
#include <optional>
|
||||
#include "../permissions.h"
|
||||
#include "../user.h"
|
||||
class PermissionsDao
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户