forked from lix-project/lix
store-api.hh: add missing include for unordered_map
This commit is contained in:
parent
0bebca402a
commit
42e2d5e7b7
|
@ -11,6 +11,7 @@
|
|||
#include <atomic>
|
||||
#include <limits>
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue