summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2016-10-09 16:43:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-10-09 16:43:47 +0200
commit021189625a45bf4bb18de01a762af39c28e6b780 (patch)
treeafcd47759c0b86b3145ab0e9534f2895e12237eb
parentfe1e240fe54a6cb36d3a170674bbc819a3d12e5b (diff)
downloadtdebindings-02118962.tar.gz
tdebindings-02118962.zip
Fix FTBFS on dcopperl due to missing include
This resolves bug 2711 Signed-off-by: François Andriot <francois.andriot@free.fr>
-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>