diff options
Diffstat (limited to 'emulators/gpsim-devel/patches/patch-src_operator.cc')
-rw-r--r-- | emulators/gpsim-devel/patches/patch-src_operator.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/gpsim-devel/patches/patch-src_operator.cc b/emulators/gpsim-devel/patches/patch-src_operator.cc new file mode 100644 index 00000000000..33c340014c2 --- /dev/null +++ b/emulators/gpsim-devel/patches/patch-src_operator.cc @@ -0,0 +1,10 @@ +$NetBSD: patch-src_operator.cc,v 1.1 2011/12/19 15:58:40 wiz Exp $ + +--- src/operator.cc.orig 2005-08-31 14:48:18.000000000 +0000 ++++ src/operator.cc +@@ -1,4 +1,5 @@ + #include <iostream> ++#include <typeinfo> + + #include "operator.h" + #include "errors.h" |