Fix MinGW compilation under Windows.
Added missing header. Signed-off-by: Bruno Pena <brunompena@gmail.com>
This commit is contained in:
parent
d54d6ec6c0
commit
3c19304af3
|
@ -30,6 +30,7 @@
|
|||
|
||||
#ifdef __Windows__
|
||||
#include <windows.h>
|
||||
#include <winerror.h>
|
||||
#endif
|
||||
|
||||
#ifdef __Windows__
|
||||
|
|
Loading…
Reference in New Issue