aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-11 17:03:33 -0400
committerJack Lloyd <[email protected]>2017-10-11 17:03:33 -0400
commit112888582b5ae93ef221fd87b97ab6df2a8a8838 (patch)
tree7d86449cfdd00a2b72d41c265b3afeeabaf5aa53
parentfc11f339e11af4aa9bd20d8777e68f7a63187c8f (diff)
Add missing header
Error under filesystem-free builds
-rw-r--r--src/lib/filters/data_snk.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/filters/data_snk.cpp b/src/lib/filters/data_snk.cpp
index cdde5ffa1..9f0ddff96 100644
--- a/src/lib/filters/data_snk.cpp
+++ b/src/lib/filters/data_snk.cpp
@@ -9,6 +9,7 @@
#include <botan/data_snk.h>
#include <botan/exceptn.h>
+#include <ostream>
#if defined(BOTAN_TARGET_OS_HAS_FILESYSTEM)
#include <fstream>