summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps
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 /searchlib/src/apps
parente2b02d3b7978d831293d88bc3c75c6582ef9418b (diff)
Less asserts in header files.
Diffstat (limited to 'searchlib/src/apps')
-rw-r--r--searchlib/src/apps/docstore/create-idx-from-dat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/apps/docstore/create-idx-from-dat.cpp b/searchlib/src/apps/docstore/create-idx-from-dat.cpp
index 46aca14325f..f58b5f20ea9 100644
--- a/searchlib/src/apps/docstore/create-idx-from-dat.cpp
+++ b/searchlib/src/apps/docstore/create-idx-from-dat.cpp
@@ -7,6 +7,7 @@
#include <vespa/fastos/app.h>
#include <vespa/vespalib/util/exception.h>
#include <cinttypes>
+#include <cassert>
using namespace search;