diff options
| author | Stefan Boberg <[email protected]> | 2023-10-27 14:36:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-27 14:36:35 +0200 |
| commit | 2ffb62b6780c2d947b883e87a9534cf71d8b61c5 (patch) | |
| tree | 62a890a672d37a7f584d1d0f96ae48b5628b9978 /src/zenstore/blockstore.cpp | |
| parent | 0.2.30-pre0 (diff) | |
| download | zen-2ffb62b6780c2d947b883e87a9534cf71d8b61c5.tar.xz zen-2ffb62b6780c2d947b883e87a9534cf71d8b61c5.zip | |
added missing includes (#504)
this change adds some includes to files which "inherit" includes from elsewhere
this was exposed on another branch when removing some heavy dependencies from central headers
Diffstat (limited to 'src/zenstore/blockstore.cpp')
| -rw-r--r-- | src/zenstore/blockstore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenstore/blockstore.cpp b/src/zenstore/blockstore.cpp index c5f978d18..02ee204ad 100644 --- a/src/zenstore/blockstore.cpp +++ b/src/zenstore/blockstore.cpp @@ -10,6 +10,7 @@ #include <zencore/trace.h> #include <algorithm> +#include <unordered_map> ZEN_THIRD_PARTY_INCLUDES_START #include <tsl/robin_map.h> |