From b9caa4273c1271c64690dcd7d9db6325ec626409 Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Sun, 22 Apr 2001 05:18:03 +0000 Subject: [PATCH] LordHavoc forgot to #include "mathlib.h" --- source/cl_pred.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/cl_pred.c b/source/cl_pred.c index 188c285..6616f9a 100644 --- a/source/cl_pred.c +++ b/source/cl_pred.c @@ -38,6 +38,7 @@ #include "commdef.h" #include "console.h" #include "cvar.h" +#include "mathlib.h" #include "pmove.h" cvar_t *cl_nopred;