freebsd-ports/devel/dprog/files/patch-functions.cc
Ying-Chieh Liao 4e92e6194f add dprog 0.3.1
A language for specifying dynamic programming algorithms
2004-04-06 01:31:21 +00:00

11 lines
259 B
C++

--- functions.cc.orig Tue Dec 30 17:42:16 2003
+++ functions.cc Tue Dec 30 17:42:25 2003
@@ -1,6 +1,7 @@
#include "functions.hh"
#include <map>
+#include <cassert>
using namespace std;
// FIXME: this stuff should be read from some configuration file.