diff options
Diffstat (limited to 'deskutils/ksmoothdock/files/patch-src__buttonisedstate.h')
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__buttonisedstate.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/ksmoothdock/files/patch-src__buttonisedstate.h b/deskutils/ksmoothdock/files/patch-src__buttonisedstate.h new file mode 100644 index 000000000000..d3059cae8ca0 --- /dev/null +++ b/deskutils/ksmoothdock/files/patch-src__buttonisedstate.h @@ -0,0 +1,11 @@ +--- src/buttonisedstate.h.orig Sat Sep 16 05:10:50 2006 ++++ src/buttonisedstate.h Thu Mar 15 17:24:14 2007 +@@ -20,6 +20,8 @@ + #ifndef BUTTONISEDSTATE_H + #define BUTTONISEDSTATE_H + ++#include <memory> ++ + #include <qobject.h> + #include "dockstate.h" + |