Menu

#2 glean/tvertattrib.cpp needs to include math.h

open
nobody
None
5
2012-09-14
2005-06-21
No

glean/tvertattrib.cpp needs to include math.h, to be
able to build on Fedora Core 3. Here's the patch:

diff -u -r1.3 tvertattrib.cpp
--- glean/tvertattrib.cpp 5 Nov 2004 12:57:08
-0000 1.3
+++ glean/tvertattrib.cpp 21 Jun 2005 14:35:16 -0000
@@ -48,6 +48,7 @@
#include "tvertattrib.h"
#include "glutils.h"
#include <cassert>
+#include <math.h>

namespace GLEAN {

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.