summaryrefslogtreecommitdiff
path: root/devel/dprog/files/patch-range_checking_test.cc
blob: c35f43c15fb84650aa438376d0323d8f179731d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- range_checking_test.cc.orig	Tue Apr  6 09:01:30 2004
+++ range_checking_test.cc	Tue Apr  6 09:01:43 2004
@@ -4,6 +4,8 @@
 #include "ast.hh"
 #include <iostream>
 
+#include <cassert>
+
 int yyparse();
 
 ast::DProg *dprog = 0;