[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

@ -22,6 +22,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gegl.h>
#include <stdlib.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpmath/gimpmath.h"

View File

@ -18,6 +18,7 @@
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <gegl.h>
#include <gtk/gtk.h>

View File

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