From 2e142dbeff2525badfbe2e7a4f50d2beba1ef501 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Wed, 8 Sep 2004 16:46:37 +0000 Subject: Include assert.h when using assert(). --- lib/Enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Enum.h') diff --git a/lib/Enum.h b/lib/Enum.h index 804e333..6ecd3ab 100644 --- a/lib/Enum.h +++ b/lib/Enum.h @@ -32,6 +32,7 @@ #include #include +#include /** * the Base for the Enum template. -- cgit v1.2.3