summaryrefslogtreecommitdiff
path: root/math/eigen3/patches/patch-Eigen_src_Core_IO.h
blob: 0502371459d3ed51bc3176dff10a2d27ddefaabb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-Eigen_src_Core_IO.h,v 1.1 2020/04/18 22:01:57 joerg Exp $

--- Eigen/src/Core/IO.h.orig	2020-04-18 02:56:39.805274318 +0000
+++ Eigen/src/Core/IO.h
@@ -11,6 +11,9 @@
 #ifndef EIGEN_IO_H
 #define EIGEN_IO_H
 
+#include <ostream>
+#include <sstream>
+
 namespace Eigen { 
 
 enum { DontAlignCols = 1 };