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:
John Ericson 2020-06-02 21:36:53 +00:00
parent bfa1acd85c
commit 39ba87be9b

View file

@ -1,5 +1,6 @@
#pragma once
#include <cassert>
#include <map>
#include <list>
#include <optional>