aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/pool/pool.h')
-rw-r--r--externals/grill/pool/pool.h4
1 files changed, 3 insertions, 1 deletions
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 <iostream.h>
+#include <iostream>
+
+using namespace std;
typedef void V;
typedef int I;