summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-13 15:50:12 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-02-13 15:50:12 +0000
commit8464c3678aac538a5bd1cc052681d419d6bfcac6 (patch)
treea5a8174ae86f8a73502378da7146f511d301c9ad /staging_vespalib
parente2b02d3b7978d831293d88bc3c75c6582ef9418b (diff)
Less asserts in header files.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.hpp b/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.hpp
index 839a93cc5ca..e2ecdac7269 100644
--- a/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.hpp
+++ b/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.hpp
@@ -3,6 +3,7 @@
#include "lrucache_map.h"
#include <vespa/vespalib/stllike/hashtable.hpp>
+#include <cassert>
namespace vespalib {