From 5aeb36ec9e7aaee34ce8f5f248029d39047e2918 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 5 Aug 2003 02:37:17 +0000 Subject: "" svn path=/trunk/; revision=823 --- externals/grill/pool/data.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/grill/pool/data.cpp') diff --git a/externals/grill/pool/data.cpp b/externals/grill/pool/data.cpp index c254ad54..d99d83c2 100644 --- a/externals/grill/pool/data.cpp +++ b/externals/grill/pool/data.cpp @@ -11,10 +11,11 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "pool.h" #include -#include #include #include +#include +using namespace std; pooldata::pooldata(const S *s,I vcnt,I dcnt): sym(s),nxt(NULL),refs(0), -- cgit v1.2.1