Fix Warning from MSVC: 'Double to Float precision loss' (#402)
This commit is contained in:
parent
f5e734f636
commit
a7c3e34fbe
|
@ -20,7 +20,7 @@
|
|||
#include <stdlib.h> /* for atof() */
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
// this file does not include amxmodx.h, so we have to include the memory manager here
|
||||
#ifdef MEMORY_TEST
|
||||
|
|
Loading…
Reference in New Issue
Block a user