Fix Warning from MSVC: 'Double to Float precision loss' (#402)

This commit is contained in:
souvikdas95 2017-01-22 01:28:33 +05:30 committed by Vincent Herbet
parent f5e734f636
commit a7c3e34fbe

View File

@ -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