summaryrefslogtreecommitdiffstats
path: root/dcopperl
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2016-10-09 16:43:38 +0200
committerSlávek Banko <[email protected]>2016-10-09 16:44:11 +0200
commit04a54485e0c6fa1b3972d59a6beb5874d75fe9d3 (patch)
treebfa05a2ddc55ef910135db1d29828ca61ddd3637 /dcopperl
parent695bb6d2580d3e95a860f586b1397cc10664a3e9 (diff)
downloadtdebindings-04a54485e0c6fa1b3972d59a6beb5874d75fe9d3.tar.gz
tdebindings-04a54485e0c6fa1b3972d59a6beb5874d75fe9d3.zip
Fix FTBFS on dcopperl due to missing include
This resolves bug 2711 Signed-off-by: François Andriot <[email protected]> (cherry picked from commit 021189625a45bf4bb18de01a762af39c28e6b780)
Diffstat (limited to 'dcopperl')
-rw-r--r--dcopperl/DCOP.xs2
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>