freebsd-ports/misc/cheatah/files/patch-cheatah.cpp
Pav Lucistnik fb98df53f9 - Unbreak on gcc-3.3 (include assert.h)
PR:		ports/63081
Submitted by:	Willem van Engen <wvengen@stack.nl> (maintainer)
2004-02-23 22:56:57 +00:00

11 lines
271 B
C++

diff -ruN cheatah.cpp cheatah.cpp
--- cheatah.cpp Thu Feb 19 21:50:28 2004
+++ cheatah.cpp Thu Feb 19 21:50:32 2004
@@ -28,6 +28,7 @@
#include <gbfplain.h>
#include <thmlplain.h>
#include <string.h>
+#include <assert.h>
using namespace sword;
using namespace std;