1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

Move ChunkedVector to its own header

This commit is contained in:
Théophane Hufschmitt 2022-04-22 10:01:02 +02:00
parent 8adaa6acb5
commit 7ca6fbc8ca
4 changed files with 70 additions and 59 deletions

View file

@ -5,6 +5,7 @@
#include <unordered_map>
#include "types.hh"
#include "chunked-vector.hh"
namespace nix {