1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/einstein/files/patch-utils.cpp
Edwin Groothuis ce29958bb4 [games/einstein] : compile fix
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>
2005-01-31 21:24:15 +00:00

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"