diff libinterp/corefcn/c-file-ptr-stream.h @ 25444:37132909ac91

Supply missing iostream declarations via <istream> (bug #54091) * c-file-ptr-stream.h: Replace both <iosfwd> and <streambuf> header files with the more inclusive <istream> header file.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Sat, 09 Jun 2018 20:01:38 -0500
parents cb1606f78f6b
children 00f796120a6d
line wrap: on
line diff
--- a/libinterp/corefcn/c-file-ptr-stream.h	Fri Jun 08 18:04:18 2018 -0400
+++ b/libinterp/corefcn/c-file-ptr-stream.h	Sat Jun 09 20:01:38 2018 -0500
@@ -26,9 +26,7 @@
 #include "octave-config.h"
 
 #include <cstdio>
-
-#include <iosfwd>
-#include <streambuf>
+#include <istream>
 
 class
 c_file_ptr_buf : public std::streambuf