summaryrefslogtreecommitdiff
path: root/devel/kasm/files/patch-src_entrytable.hpp
blob: 370fb9d8dbd5e07bae851c1e0dbc45297b5aa5ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/entrytable.hpp.orig	Fri Jan 26 11:39:04 2001
+++ src/entrytable.hpp	Mon Aug 28 07:56:38 2006
@@ -25,6 +25,8 @@
 #ifndef __ENTRYTABLE_HPP
 #define __ENTRYTABLE_HPP
 
+#include <map>
+using namespace std;
 
 #define T_POINTER  0
 #define T_ROMPTR   1