ports/graphics/meshviewer/files/patch-mesh::matrix3.h
Kirill Ponomarev a6030048c9 Fix build with gcc-3.4
PR:		ports/71060
Submitted by:	Ports Fury
2004-08-28 06:26:49 +00:00

12 lines
230 B
C

--- mesh/matrix3.h.orig Sun Nov 9 21:01:16 2003
+++ mesh/matrix3.h Fri Aug 27 12:44:20 2004
@@ -9,7 +9,8 @@
#ifndef _MATRIX3_H
#define _MATRIX3_H
-#include <stdarg.h>
+#include <cstdarg>
+#include <cmath>
#define SIZE 3