freebsd-ports/astro/nova/files/patch-src::vega::grid.cc
Alexey Dokuchaev df8a93b656 Unbreak the build with recent GCC.
Reported by:	pointyhat.freebsd.org
Approved by:	portmgr (marcus), fjoe (mentor, implicit)
2004-09-15 17:19:10 +00:00

10 lines
209 B
C++

--- src/vega/grid.cc.orig Wed Sep 15 16:21:00 2004
+++ src/vega/grid.cc Wed Sep 15 16:21:47 2004
@@ -15,6 +15,7 @@
// Copyright Liam Girdwood 2003
+#include <math.h>
#include "grid.hh"
namespace Vega