summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-12-11 22:15:33 +0000
committerTor Egge <Tor.Egge@oath.com>2017-12-11 22:16:51 +0000
commitad70d622d76fd6a59272b16da1a3787d5f85c193 (patch)
tree6efa051b6eda9efb394baa71437062dba9e7f21d /searchlib
parent6fb88055e04ba273f5edb1d87f0423f45dc1e470 (diff)
Factor out CountDownLatch and Gate to separate header files.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/common/gatecallback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/common/gatecallback.cpp b/searchlib/src/vespa/searchlib/common/gatecallback.cpp
index a853909be71..29346d7ad9c 100644
--- a/searchlib/src/vespa/searchlib/common/gatecallback.cpp
+++ b/searchlib/src/vespa/searchlib/common/gatecallback.cpp
@@ -1,7 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "gatecallback.h"
-#include <vespa/vespalib/util/sync.h>
+#include <vespa/vespalib/util/gate.h>
namespace search {