SDL: Add missing <cmath> include to sdl_host_interface.cpp

This commit is contained in:
Connor McLaughlin 2020-02-15 10:29:46 +09:00
parent 8eba4b379c
commit 244302557f
1 changed files with 1 additions and 0 deletions

View File

@ -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>