[libgimp,app] add missing includes for windows

This commit is contained in:
Félix Piédallu 2019-08-23 00:33:31 +02:00 committed by Alexandre Prokoudine
parent 0792cb65f4
commit 46f706a403
3 changed files with 3 additions and 0 deletions

View file

@ -50,6 +50,7 @@
# include <windows.h>
# include <tlhelp32.h>
# include <process.h>
# undef RGB
#endif