1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51: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

@ -6,6 +6,7 @@
#include "value.hh"
#include "symbol-table.hh"
#include "error.hh"
#include "chunked-vector.hh"
namespace nix {