Fix gcc-11 etc. compilation errors
Этот коммит содержится в:
родитель
b41a5f4e5b
Коммит
0aa4bca6cc
1
cache/mapcache.h
поставляемый
1
cache/mapcache.h
поставляемый
@ -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
|
||||
|
1
utils.h
1
utils.h
@ -8,6 +8,7 @@
|
||||
#include <map>
|
||||
#include <regex>
|
||||
#include <ctime>
|
||||
#include <limits>
|
||||
namespace utils
|
||||
{
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user