freebsd-ports/games/jfk/files/patch-src-client-level.cc
Kirill Ponomarev ca2c4de72a - Fix build on -current, unbreak this port
- Use DOCSDIR

PR:		58114
Submitted by:	maintainer
2003-10-21 14:57:32 +00:00

10 lines
261 B
C++

--- src/client/level.cc.orig Tue Oct 21 16:48:11 2003
+++ src/client/level.cc Tue Oct 21 16:48:25 2003
@@ -26,6 +26,7 @@
#include <vector>
#include <math.h>
#include <algorithm>
+#include <cassert>
#include "game.h"
#include "level.h"
#include "output.h"