mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-19 23:05:38 +00: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…
Reference in a new issue