mirror of
https://github.com/holub/mame
synced 2025-05-03 21:13:18 +03:00
Include cmath header for atan in std::
This commit is contained in:
parent
2535a4da9a
commit
fec1cde5a4
@ -7,6 +7,8 @@
|
||||
// #define VERBOSE 1
|
||||
#include "logmacro.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
inline void xavix_state::set_data_address(int address, int bit)
|
||||
{
|
||||
m_tmp_dataaddress = address;
|
||||
|
Loading…
Reference in New Issue
Block a user