mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 23:15:46 -04:00
CDROM: Add missing include for <cmath>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user