summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/xavix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/xavix.cpp')
-rw-r--r--src/mame/video/xavix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/xavix.cpp b/src/mame/video/xavix.cpp
index 68f3352b921..2ed8063ac20 100644
--- a/src/mame/video/xavix.cpp
+++ b/src/mame/video/xavix.cpp
@@ -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;