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>
10 lines
191 B
C++
10 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"
|