From d478e21f2bdb9d95e8db85f4992930ecb76a760e Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 26 May 2007 16:39:26 +0000 Subject: [PATCH] Linux compatibility This was SVN commit r5092. --- source/lib/lib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/lib/lib.h b/source/lib/lib.h index 83a9087a9b..ff9a26195a 100644 --- a/source/lib/lib.h +++ b/source/lib/lib.h @@ -46,6 +46,8 @@ scope #include #include // fabsf +#include // numeric_limits +#include // out_of_range #include "config.h"