summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-src_operator.cc
blob: c4537d26f2a1049e3d69fb6f16edc869fcff5750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_operator.cc,v 1.1 2011/12/19 15:52:21 wiz Exp $

Add missing include.

--- src/operator.cc.orig	2005-09-07 13:34:23.000000000 +0000
+++ src/operator.cc
@@ -1,4 +1,5 @@
 #include <iostream>
+#include <typeinfo>
 
 #include "operator.h"
 #include "errors.h"