summaryrefslogtreecommitdiffstats
path: root/externals/microprofile/microprofileui.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-10 05:07:53 +0200
committerJan Beich <jbeich@FreeBSD.org>2016-10-28 01:28:30 +0200
commit50ce19b3ff64f26194009df73c456b9035d903c6 (patch)
tree66abe60fae76a933562519db38ebe558abde8b77 /externals/microprofile/microprofileui.h
parentcore: some errno values are uncommon on Unix (diff)
downloadyuzu-50ce19b3ff64f26194009df73c456b9035d903c6.tar
yuzu-50ce19b3ff64f26194009df73c456b9035d903c6.tar.gz
yuzu-50ce19b3ff64f26194009df73c456b9035d903c6.tar.bz2
yuzu-50ce19b3ff64f26194009df73c456b9035d903c6.tar.lz
yuzu-50ce19b3ff64f26194009df73c456b9035d903c6.tar.xz
yuzu-50ce19b3ff64f26194009df73c456b9035d903c6.tar.zst
yuzu-50ce19b3ff64f26194009df73c456b9035d903c6.zip
Diffstat (limited to 'externals/microprofile/microprofileui.h')
-rw-r--r--externals/microprofile/microprofileui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/microprofile/microprofileui.h b/externals/microprofile/microprofileui.h
index 45bec8af6..66a73abc5 100644
--- a/externals/microprofile/microprofileui.h
+++ b/externals/microprofile/microprofileui.h
@@ -172,6 +172,7 @@ MICROPROFILEUI_API void MicroProfileCustomGroupAddTimer(const char* pCustomName,
#ifdef _WIN32
#define snprintf _snprintf
#endif
+#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <math.h>