1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix build with gcc 3.3

This commit is contained in:
Kris Kennaway 2003-08-16 23:17:20 +00:00
parent ea66b516ab
commit 137f970aa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87088
2 changed files with 14 additions and 6 deletions

View File

@ -0,0 +1,10 @@
--- Attribute.h.orig Sat Aug 16 16:14:02 2003
+++ Attribute.h Sat Aug 16 16:14:11 2003
@@ -21,6 +21,7 @@
#ifndef ATTRIBUTE_H_
#define ATTRIBUTE_H_
+#include <cassert>
#include <string>
#include <map>

View File

@ -1,9 +1,6 @@
$FreeBSD$
--- abstractTable.cpp.orig Fri Feb 21 03:09:19 2003
+++ abstractTable.cpp Fri Feb 21 03:09:34 2003
@@ -18,15 +18,15 @@
--- abstractTable.cpp.orig Wed Oct 10 05:24:26 2001
+++ abstractTable.cpp Sat Aug 16 16:13:04 2003
@@ -18,15 +18,16 @@
* Boston, MA 02111-1307, USA.
*
*/
@ -13,6 +10,7 @@ $FreeBSD$
#include "abstractTable.h"
#include "safe_ostrstream.h"
#include "util.h"
+#include <cassert>
#include <stdio.h>
//#define DEBUG 1