summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/sessionmanager_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-16 22:02:50 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-16 22:02:50 +0000
commit6964e970944848ce1494d9418667cdc67b0968a6 (patch)
tree9708ece0fba324ead73171d2abedc5fbb5ac45d6 /searchcore/src/tests/proton/matching/sessionmanager_test.cpp
parent95288586f39e69b5dfffcdd15d56f911b051b453 (diff)
Sometime forward declaration make the world of difference.
Diffstat (limited to 'searchcore/src/tests/proton/matching/sessionmanager_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/sessionmanager_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/matching/sessionmanager_test.cpp b/searchcore/src/tests/proton/matching/sessionmanager_test.cpp
index 00c1ebeab16..24767eb36f7 100644
--- a/searchcore/src/tests/proton/matching/sessionmanager_test.cpp
+++ b/searchcore/src/tests/proton/matching/sessionmanager_test.cpp
@@ -6,6 +6,7 @@
#include <vespa/searchcore/proton/matching/sessionmanager.h>
#include <vespa/searchcore/proton/matching/session_manager_explorer.h>
#include <vespa/searchcore/proton/matching/search_session.h>
+#include <vespa/searchcore/proton/matching/match_tools.h>
#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/test/insertion_operators.h>
#include <vespa/vespalib/testkit/testapp.h>