Skip to content

Commit

Permalink
d_sys18: include math.h for round
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon authored Dec 22, 2024
1 parent a6679b2 commit 4792fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burn/drv/sega/d_sys18.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "sys16.h"
#include <math.h> // round()

/*====================================================
Input defs
Expand Down

0 comments on commit 4792fae

Please sign in to comment.