summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <tegge@vespa.ai>2024-01-21 17:58:11 +0100
committerTor Egge <tegge@vespa.ai>2024-01-21 17:58:11 +0100
commit8571d2effcb0ba53604632592eebb97d47451af4 (patch)
treeb2f0cc679ab7eb1556dc05e2683429783011d004 /searchlib
parentc973b6f20f29eb39cd35ab8782421dbbc2688504 (diff)
Include ostream header to get definition of std::ostream
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/query/streaming/querynoderesultbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/query/streaming/querynoderesultbase.cpp b/searchlib/src/vespa/searchlib/query/streaming/querynoderesultbase.cpp
index d72a3371846..af8ce7c9994 100644
--- a/searchlib/src/vespa/searchlib/query/streaming/querynoderesultbase.cpp
+++ b/searchlib/src/vespa/searchlib/query/streaming/querynoderesultbase.cpp
@@ -1,5 +1,6 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "querynoderesultbase.h"
+#include <ostream>
namespace search::streaming {