diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-25 23:45:06 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-25 23:45:06 +0000 |
commit | f41f5ae9e6c29e68bf5dabac583c047f40b9ca0f (patch) | |
tree | 536e7c804ed109835ce7cfce0230eac66f94d356 /devel/libuta/files/patch-uta::painter.cc | |
parent | A cross-platform C++/OpenGL library. Simple, and powerful for (diff) |
fix build on CURRENT
Notes
Notes:
svn path=/head/; revision=85610
Diffstat (limited to 'devel/libuta/files/patch-uta::painter.cc')
-rw-r--r-- | devel/libuta/files/patch-uta::painter.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-uta::painter.cc b/devel/libuta/files/patch-uta::painter.cc new file mode 100644 index 000000000000..3f9f2390b022 --- /dev/null +++ b/devel/libuta/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 { + |