summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/benchmark/testbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib/src/tests/benchmark/testbase.cpp')
-rw-r--r--staging_vespalib/src/tests/benchmark/testbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/tests/benchmark/testbase.cpp b/staging_vespalib/src/tests/benchmark/testbase.cpp
index 93f5c9b975a..6de6f66f76b 100644
--- a/staging_vespalib/src/tests/benchmark/testbase.cpp
+++ b/staging_vespalib/src/tests/benchmark/testbase.cpp
@@ -1,6 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "testbase.h"
#include <vespa/fastos/timestamp.h>
+#include <cassert>
#include <vespa/log/log.h>
LOG_SETUP(".testbase");