Fix compilation of gcc 4.3.2

This commit is contained in:
adam 2009-07-20 13:11:57 +00:00
parent 4592fecfcf
commit 90c6367e0c

View File

@ -54,6 +54,8 @@
#include <utilities.h>
#include <limits>
#define RETURN_BAD_RESULT(msg) { MESSAGE(msg); return false; }
namespace {