CDROM: Add missing include for <cmath>

pull/2278/head
Connor McLaughlin 4 years ago
parent 67344070ea
commit bc34a75e03

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

Loading…
Cancel
Save