app: add missing includes for windows

(cherry picked from commit 46f706a403)
This commit is contained in:
Félix Piédallu
2019-08-23 00:33:31 +02:00
committed by Jehan
parent b26dfb6fb6
commit a66f88287c
2 changed files with 2 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>