diff options
Diffstat (limited to 'devel/wftk/files/patch-uta::painter.cc')
-rw-r--r-- | devel/wftk/files/patch-uta::painter.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-uta::painter.cc b/devel/wftk/files/patch-uta::painter.cc new file mode 100644 index 000000000000..3f9f2390b022 --- /dev/null +++ b/devel/wftk/files/patch-uta::painter.cc @@ -0,0 +1,10 @@ +--- uta/painter.cc.orig Sat Jul 26 01:22:51 2003 ++++ uta/painter.cc Fri Jul 25 23:24:47 2003 +@@ -27,6 +27,7 @@ + #include "debug.h" + + #include <math.h> ++#include <cassert> + + namespace uta { + |