CDROM: Add missing include for <cmath>

This commit is contained in:
Connor McLaughlin 2021-06-19 15:23:25 +10:00
parent 67344070ea
commit bc34a75e03
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "settings.h"
#include "spu.h"
#include "system.h"
#include <cmath>
#ifdef WITH_IMGUI
#include "imgui.h"
#endif