summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/button.cpp')
-rw-r--r--src/widgets/button.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp
index bc59d1a39..6ea8c1360 100644
--- a/src/widgets/button.cpp
+++ b/src/widgets/button.cpp
@@ -20,6 +20,8 @@
#include "shortcuts.h"
#include "helper/action.h"
+#include <gdk/gdkkeysyms.h>
+
static void sp_button_dispose(GObject *object);
#if GTK_CHECK_VERSION(3, 0, 0)