From da18e4cead9d965f6b4cb523039fc8c0e943cfa1 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 3 Aug 2016 09:21:30 +0200 Subject: [PATCH] Missing #include added --- include/WinStd/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index 4a92288c..1e7d0a1d 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -42,6 +42,7 @@ #include +#include #include inline int vsnprintf(_Out_z_cap_(capacity) char *str, _In_ size_t capacity, _In_z_ _Printf_format_string_ const char *format, _In_ va_list arg);