950a1c977c
changes from IRRToolSet 4.8.1 within #if (__GNUC__ > 2) .. #else) also incidentially fixes a bug in rusage.cc
16 lines
378 B
Text
16 lines
378 B
Text
$NetBSD: patch-bo,v 1.1 2005/03/06 11:40:21 spz Exp $
|
|
|
|
--- src/normalform/FilterOfCommunity.cc.orig 2004-07-30 12:58:12.000000000 +0200
|
|
+++ src/normalform/FilterOfCommunity.cc
|
|
@@ -55,7 +55,11 @@
|
|
#include "config.h"
|
|
#include "FilterOfCommunity.hh"
|
|
#include "util/debug.hh"
|
|
+#if (__GNUC__ > 2)
|
|
#include <ostream>
|
|
+#else
|
|
+#include <ostream.h>
|
|
+#endif
|
|
|
|
using namespace std;
|
|
|