mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-09 19:25:42 -04:00
SDL: Add missing <cmath> include to sdl_host_interface.cpp
This commit is contained in:
parent
8eba4b379c
commit
244302557f
@ -14,6 +14,7 @@
|
|||||||
#include "sdl_audio_stream.h"
|
#include "sdl_audio_stream.h"
|
||||||
#include "sdl_settings_interface.h"
|
#include "sdl_settings_interface.h"
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
#include <cmath>
|
||||||
#include <imgui.h>
|
#include <imgui.h>
|
||||||
#include <imgui_stdlib.h>
|
#include <imgui_stdlib.h>
|
||||||
#include <nfd.h>
|
#include <nfd.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user