Skip to content

Commit

Permalink
Missing #include <cassert> in lru-cache.hh (#3654)
Browse files Browse the repository at this point in the history
This was a latent bug that just appeared because of the tests that were
added. Remember to wait for CI! :)
  • Loading branch information
Ericson2314 committed Jun 3, 2020
1 parent bfa1acd commit 01572c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libutil/lru-cache.hh
@@ -1,5 +1,6 @@
#pragma once

#include <cassert>
#include <map>
#include <list>
#include <optional>
Expand Down

0 comments on commit 01572c2

Please sign in to comment.