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

10 lines
191 B
C++

--- cxx_dprog.hh.orig Tue Apr 6 08:58:45 2004
+++ cxx_dprog.hh Tue Apr 6 08:59:01 2004
@@ -5,6 +5,7 @@
#include <vector>
#include <cstdarg>
+#include <cassert>
#include <iostream>