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_settings_interface.h"
|
||||
#include <cinttypes>
|
||||
#include <cmath>
|
||||
#include <imgui.h>
|
||||
#include <imgui_stdlib.h>
|
||||
#include <nfd.h>
|
||||
|
|
Loading…
Reference in New Issue