mirror of https://github.com/WerWolv/ImHex.git
Include unordered_map instead of map
This commit is contained in:
parent
e572c5776d
commit
f65c792191
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <bit>
|
||||
#include <optional>
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
namespace hex::lang {
|
||||
|
|
Loading…
Reference in New Issue