pkgsrc/net/irrtoolset-nox11/patches/patch-bm

17 lines
345 B
Text
Raw Normal View History

$NetBSD: patch-bm,v 1.1 2005/03/06 11:40:21 spz Exp $
--- src/normalform/Filter.cc.orig 2004-07-30 12:58:12.000000000 +0200
+++ src/normalform/Filter.cc
@@ -54,7 +54,11 @@
#include "config.h"
#include "Filter.hh"
#include "util/debug.hh"
+#if (__GNUC__ > 2)
#include <ostream>
+#else
+#include <ostream.h>
+#endif
using namespace std;