Fix MinGW compilation under Windows.

Added missing header.

Signed-off-by: Bruno Pena <brunompena@gmail.com>
This commit is contained in:
Bruno Pena 2018-03-01 18:31:17 +01:00
parent d54d6ec6c0
commit 3c19304af3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifdef __Windows__
#include <windows.h>
#include <winerror.h>
#endif
#ifdef __Windows__