mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Missing #include <cassert>
in lru-cache.hh
This was a latent bug that just appeared because of the tests that were added. Remember to wait for CI! :)
This commit is contained in:
parent
bfa1acd85c
commit
39ba87be9b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cassert>
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <optional>
|
||||
|
|
Loading…
Reference in a new issue