summarylogtreecommitdiffstats
path: root/gtkmm_inclues.patch
diff options
context:
space:
mode:
authorThomas Ascher2017-02-19 17:05:47 +0100
committerThomas Ascher2017-02-19 17:05:47 +0100
commit7f231a94df1dc8d8e05c9cdab7533fb0587212fa (patch)
tree749e7c29354b473efcb8c723301313805df04093 /gtkmm_inclues.patch
parent3ce009faa18af6e7ce1d0317d753230d3c483e95 (diff)
downloadaur-7f231a94df1dc8d8e05c9cdab7533fb0587212fa.tar.gz
fixed build break due to gtkmm header changes
Diffstat (limited to 'gtkmm_inclues.patch')
-rw-r--r--gtkmm_inclues.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtkmm_inclues.patch b/gtkmm_inclues.patch
new file mode 100644
index 000000000000..ee9d92e3a55c
--- /dev/null
+++ b/gtkmm_inclues.patch
@@ -0,0 +1,13 @@
+diff -crB k3d-k3d-0.8.0.6-pristine/k3dsdk/ngui/utility.cpp k3d-k3d-0.8.0.6/k3dsdk/ngui/utility.cpp
+*** k3d-k3d-0.8.0.6-pristine/k3dsdk/ngui/utility.cpp 2016-09-18 23:40:35.000000000 +0200
+--- k3d-k3d-0.8.0.6/k3dsdk/ngui/utility.cpp 2017-02-19 14:11:38.981744005 +0100
+***************
+*** 27,32 ****
+--- 27,33 ----
+
+ #include <gdkmm/pixbuf.h>
+ #include <gtkmm/main.h>
++ #include <glibmm/main.h>
+
+ namespace k3d
+ {