diff options
author | François Andriot <francois.andriot@free.fr> | 2016-10-09 16:43:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-10-09 16:44:11 +0200 |
commit | 04a54485e0c6fa1b3972d59a6beb5874d75fe9d3 (patch) | |
tree | bfa05a2ddc55ef910135db1d29828ca61ddd3637 | |
parent | 695bb6d2580d3e95a860f586b1397cc10664a3e9 (diff) | |
download | tdebindings-04a54485e0c6fa1b3972d59a6beb5874d75fe9d3.tar.gz tdebindings-04a54485e0c6fa1b3972d59a6beb5874d75fe9d3.zip |
Fix FTBFS on dcopperl due to missing include
This resolves bug 2711
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 021189625a45bf4bb18de01a762af39c28e6b780)
-rw-r--r-- | dcopperl/DCOP.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dcopperl/DCOP.xs b/dcopperl/DCOP.xs index e5384478..3c2f2ed7 100644 --- a/dcopperl/DCOP.xs +++ b/dcopperl/DCOP.xs @@ -26,6 +26,8 @@ #undef vform #endif +#include <cassert> + #include <tqpoint.h> #include <tqrect.h> #include <tqregexp.h> |