summaryrefslogtreecommitdiff
path: root/emulators/gpsim-devel/patches/patch-ae
blob: 91b012f5d0e807bad2d6fb2594760a6b07f4fb0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2005/01/17 19:00:33 kristerw Exp $

--- cli/expr.cc.orig	Mon Jan 17 19:39:52 2005
+++ cli/expr.cc	Mon Jan 17 19:41:03 2005
@@ -2,6 +2,8 @@
 #include <list>
 #include <vector>
 #include <iostream>
+#include <typeinfo>
+#include <cstdio>
 
 #include "expr.h"
 #include "errors.h"