mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ce29958bb4
I tried to install the Einstein game just for the hack of it, but it doesn't compile without the attached (trivial) patch. Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
11 lines
191 B
C++
11 lines
191 B
C++
--- utils.cpp.orig Tue Feb 1 08:23:17 2005
|
|
+++ utils.cpp Tue Feb 1 08:23:27 2005
|
|
@@ -9,6 +9,7 @@
|
|
//#endif
|
|
|
|
#include <fstream>
|
|
+#include <math.h>
|
|
|
|
#include "utils.h"
|
|
#include "main.h"
|