summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-21 05:01:45 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-21 05:01:45 +0000
commit2b51ff0dfcee66b2ed67ef3ce53eb3ef769cb585 (patch)
treee8f50c53751966585cd4490c722277179a5693da /searchcore
parent9dd38b4d1f01fded878ef6b5488e48cccc5f4acd (diff)
Deinline some non-trivial methods and do not provide assert.h in string.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/initializer/task_runner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/initializer/task_runner.h b/searchcore/src/vespa/searchcore/proton/initializer/task_runner.h
index 2f68f0a24f7..4e89088b823 100644
--- a/searchcore/src/vespa/searchcore/proton/initializer/task_runner.h
+++ b/searchcore/src/vespa/searchcore/proton/initializer/task_runner.h
@@ -4,6 +4,7 @@
#include "initializer_task.h"
#include <vespa/vespalib/util/executor.h>
#include <vespa/vespalib/stllike/hash_set.h>
+#include <cassert>
namespace proton {