summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-30 22:44:25 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-31 00:26:12 +0100
commita0c396866b46ee8b8088895faed6f19e07b882fa (patch)
tree68c63ee843422ee5578db262116e2bac5e198125 /searchcorespi
parent4ddb29f10d694c1028d573326023bea128691e3c (diff)
Targeted include.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
index 2ada2a5d038..2a8ba4f71c0 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
+++ b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
@@ -17,6 +17,7 @@
#include <vespa/searchcorespi/flush/closureflushtask.h>
#include <vespa/vespalib/util/exceptions.h>
#include <vespa/vespalib/util/array.hpp>
+#include <vespa/fastos/file.h>
#include <vespa/log/log.h>
LOG_SETUP(".searchcorespi.index.indexmaintainer");
@@ -41,8 +42,7 @@ using vespalib::Runnable;
namespace searchcorespi {
namespace index {
-namespace
-{
+namespace {
class ReconfigRunnable : public Runnable
{