aboutsummaryrefslogtreecommitdiffstats
path: root/math/bamg/files/patch-Mesh2.h
blob: 105e0d9b2c6062986c76eb2bb9e85a2668299125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- Mesh2.h-orig    2011-07-19 12:39:01.000000000 -0500
+++ Mesh2.h 2011-07-19 12:39:23.000000000 -0500
@@ -19,6 +19,7 @@
 #include <math.h>
 #include <limits.h>
 #include <time.h>
+#include <cassert>
 #if  (defined(unix) || defined(__unix)) && !defined(__AIX)
 #define SYSTIMES
 #include <sys/times.h>