comparison src/gcc-isl-1-fixes.patch @ 3541:3ba1b1d89243

fix for isl package; needed for build-gcc
author John W. Eaton <jwe@octave.org>
date Wed, 19 Feb 2014 02:47:38 -0500
parents
children
comparison
equal deleted inserted replaced
3540:678e57893efe 3541:3ba1b1d89243
1 diff -ur a/include/isl/int.h b/include/isl/int.h
2 --- a/include/isl/int.h 2012-11-29 03:47:32.000000000 -0500
3 +++ b/include/isl/int.h 2014-02-19 02:44:04.311137242 -0500
4 @@ -14,7 +14,7 @@
5 #include <string.h>
6 #include <gmp.h>
7 #if defined(__cplusplus)
8 -#include <iostream>
9 +#include <ostream>
10 #endif
11
12 #if defined(__cplusplus)