diff options
Diffstat (limited to 'devel/dprog/files/patch-cxx_dprog.hh')
-rw-r--r-- | devel/dprog/files/patch-cxx_dprog.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/dprog/files/patch-cxx_dprog.hh b/devel/dprog/files/patch-cxx_dprog.hh new file mode 100644 index 000000000000..48596768ec76 --- /dev/null +++ b/devel/dprog/files/patch-cxx_dprog.hh @@ -0,0 +1,10 @@ +--- 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> + |