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:43:47 +0200 |
commit | 021189625a45bf4bb18de01a762af39c28e6b780 (patch) | |
tree | afcd47759c0b86b3145ab0e9534f2895e12237eb /dcopperl | |
parent | fe1e240fe54a6cb36d3a170674bbc819a3d12e5b (diff) | |
download | tdebindings-021189625a45bf4bb18de01a762af39c28e6b780.tar.gz tdebindings-021189625a45bf4bb18de01a762af39c28e6b780.zip |
Fix FTBFS on dcopperl due to missing include
This resolves bug 2711
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'dcopperl')
-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> |