Fix GCC compile error.
This commit is contained in:
parent
ab28650d57
commit
a79108f102
|
@ -22,6 +22,7 @@
|
|||
#define _SETTINGS_MANAGER_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <mutex>
|
||||
#include <shared_mutex>
|
||||
#include <typeinfo>
|
||||
#include <core/wx_stl_compat.h> // for wxString hash
|
||||
|
|
Loading…
Reference in New Issue