main.cc: update includes for Windows

pull/2087/head
Paper 2023-09-02 00:24:37 -04:00 committed by GitHub
parent 463fae6c59
commit 1f458f5a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#ifdef __MINGW32__
# include <shellapi.h>
# include <winbase.h>
#endif // __MINGW32__
#include <aria2/aria2.h>