From de9f49f954e33b7319bcfac63aa236428054fe92 Mon Sep 17 00:00:00 2001 From: Tyrann Date: Mon, 20 Aug 2007 15:05:37 +0930 Subject: [PATCH] [PATCH] qbsp: Add missing float.h include from last patch Signed-off-by: Tyrann --- qbsp/qbsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index f8e8ad8b..188e55fb 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -23,10 +23,10 @@ #ifndef QBSP_H #define QBSP_H - #include #include #include +#include #include #include #include