opnsense-ports/math/bamg/files/patch-Mesh2.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
300 B
C

--- 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>