From 149d03af77dfc12b5b977c30d9a2de7afe26385e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 6 Jan 2022 23:57:01 +0000 Subject: Fix a couple of other latent woopsies The format string one is cool because it implies the Windows code was also always wrong but the Windows headers aren't annotated for Clang so I guess that means it doesn't warn. At least for the nonstandard Windows wide character versions of things. Cool! --- src/os.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os.h') diff --git a/src/os.h b/src/os.h index d231e67..0b4d5e1 100644 --- a/src/os.h +++ b/src/os.h @@ -42,6 +42,7 @@ #else #include #include +#include #include #include #include -- cgit v1.2.3