summaryrefslogtreecommitdiffstats
path: root/app/theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/theme_provider.h')
-rw-r--r--app/theme_provider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/theme_provider.h b/app/theme_provider.h
index 0bd7ae1..13b421e 100644
--- a/app/theme_provider.h
+++ b/app/theme_provider.h
@@ -11,7 +11,8 @@
#include "third_party/skia/include/core/SkColor.h"
#if defined(OS_LINUX)
-#include <gdk/gdk.h>
+typedef struct _GdkColor GdkColor;
+typedef struct _GdkPixbuf GdkPixbuf;
#elif defined(OS_MACOSX)
#ifdef __OBJC__
@class NSColor;