Missing #include <cassert> in lru-cache.hh (#3654)

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-03 06:15:22 -04:00 committed by GitHub
parent bfa1acd85c
commit 01572c2198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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