freebsd-ports/benchmarks/dkftpbench/files/patch-Platoon.cc
Roman Bogorodskiy 52ef7d812e Fix build with gcc 4.2.
Reported by:	pointyhat via pav
2007-07-08 05:22:54 +00:00

8 lines
191 B
C++

--- Platoon.cc.orig 2007-07-08 09:20:15.000000000 +0400
+++ Platoon.cc 2007-07-08 09:20:35.000000000 +0400
@@ -1,3 +1,5 @@
+#include <assert.h>
+
#include "Platoon.h"
#include "dprint.h"