summaryrefslogtreecommitdiffstats
path: root/frtstream/src
diff options
context:
space:
mode:
Diffstat (limited to 'frtstream/src')
-rw-r--r--frtstream/src/vespa/frtstream/frtstream.cpp1
-rw-r--r--frtstream/src/vespa/frtstream/frtstream.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/frtstream/src/vespa/frtstream/frtstream.cpp b/frtstream/src/vespa/frtstream/frtstream.cpp
index f4b1b9ddd7e..0e45f823f12 100644
--- a/frtstream/src/vespa/frtstream/frtstream.cpp
+++ b/frtstream/src/vespa/frtstream/frtstream.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 <vespa/fastos/fastos.h>
#include <algorithm>
+#include <ostream>
#include <vespa/frtstream/frtstream.h>
diff --git a/frtstream/src/vespa/frtstream/frtstream.h b/frtstream/src/vespa/frtstream/frtstream.h
index 55ee2870f38..a640396b333 100644
--- a/frtstream/src/vespa/frtstream/frtstream.h
+++ b/frtstream/src/vespa/frtstream/frtstream.h
@@ -4,7 +4,7 @@
#include <string>
#include <memory>
#include <algorithm>
-#include <iostream>
+#include <iosfwd>
#include <iterator>
#include <vespa/fastos/fastos.h>