Skip to content

Commit

Permalink
C++ fixes for gcc 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weisgerber committed Jan 25, 2004
1 parent ea3297f commit 2379d80
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions productivity/devtodo/patches/patch-util_CommandArgs_h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$OpenBSD: patch-util_CommandArgs_h,v 1.1 2004/01/25 04:15:31 naddy Exp $
--- util/CommandArgs.h.orig 2004-01-25 04:54:12.000000000 +0100
+++ util/CommandArgs.h 2004-01-25 04:54:29.000000000 +0100
@@ -1,6 +1,7 @@
#ifndef CRASH_COMMANDARGS
#define CRASH_COMMANDARGS

+#include <cassert>
#include <stdexcept>
#include <string>
#include <vector>
11 changes: 11 additions & 0 deletions productivity/devtodo/patches/patch-util_Regex_h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$OpenBSD: patch-util_Regex_h,v 1.1 2004/01/25 04:15:31 naddy Exp $
--- util/Regex.h.orig 2004-01-25 04:51:35.000000000 +0100
+++ util/Regex.h 2004-01-25 04:52:11.000000000 +0100
@@ -1,6 +1,7 @@
#ifndef CRASH_REGEX
#define CRASH_REGEX

+#include <cassert>
#include <cstring>
#include <string>
#include <map>

0 comments on commit 2379d80

Please sign in to comment.