12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
$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>
|