mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ca2c4de72a
- Use DOCSDIR PR: 58114 Submitted by: maintainer
11 lines
261 B
C++
11 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"
|