forked from lix-project/lix
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,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
Loading…
Reference in a new issue