fix missing M_PI

This commit is contained in:
Kevin Armstrong 2019-06-10 10:04:03 +01:00
parent 4c7022b678
commit b974422f04

View File

@ -1,3 +1,8 @@
#if defined (_MSC_VER)
#define _USE_MATH_DEFINES
#endif
#include "burnint.h"
#include "m68000_intf.h"
#include "nec_intf.h"