From a7c3e34fbeb90f33b86157f1fdaef8c31177d347 Mon Sep 17 00:00:00 2001 From: souvikdas95 Date: Sun, 22 Jan 2017 01:28:33 +0530 Subject: [PATCH] Fix Warning from MSVC: 'Double to Float precision loss' (#402) --- amxmodx/float.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/float.cpp b/amxmodx/float.cpp index f21d94fb..08f41ebf 100755 --- a/amxmodx/float.cpp +++ b/amxmodx/float.cpp @@ -20,7 +20,7 @@ #include /* for atof() */ #include /* for NULL */ #include -#include +#include // this file does not include amxmodx.h, so we have to include the memory manager here #ifdef MEMORY_TEST