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/pool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'externals/grill/pool/pool.h') diff --git a/externals/grill/pool/pool.h b/externals/grill/pool/pool.h index 59195555..e4a55647 100644 --- a/externals/grill/pool/pool.h +++ b/externals/grill/pool/pool.h @@ -19,7 +19,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #error You need at least flext version 0.4.2 #endif -#include +#include + +using namespace std; typedef void V; typedef int I; -- cgit v1.2.1