From 4e92e6194fa0fd47c49314976c015ce655e12ccc Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 6 Apr 2004 01:31:21 +0000 Subject: add dprog 0.3.1 A language for specifying dynamic programming algorithms --- devel/dprog/files/patch-functions.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/dprog/files/patch-functions.cc (limited to 'devel/dprog/files/patch-functions.cc') diff --git a/devel/dprog/files/patch-functions.cc b/devel/dprog/files/patch-functions.cc new file mode 100644 index 000000000000..3eacca338bba --- /dev/null +++ b/devel/dprog/files/patch-functions.cc @@ -0,0 +1,10 @@ +--- 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 ++#include + using namespace std; + + // FIXME: this stuff should be read from some configuration file. -- cgit v1.2.3