From 0452bfc9ef58a723ff846de988dc2a898c7de5dd Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 30 Sep 2012 00:12:36 +0200 Subject: [PATCH] Update corefw.h. --- src/corefw.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/corefw.h b/src/corefw.h index ec25c1b..268e69b 100644 --- a/src/corefw.h +++ b/src/corefw.h @@ -3,7 +3,17 @@ #include "class.h" #include "object.h" -#include "string.h" #include "array.h" +#include "bool.h" +#include "box.h" +#include "double.h" +#include "file.h" +#include "hash.h" +#include "int.h" +#include "map.h" +#include "range.h" +#include "refpool.h" +#include "stream.h" +#include "string.h" #endif