freebsd-ports/devel/devtodo/files/patch-util::Regex.h
2003-07-18 03:37:46 +00:00

10 lines
225 B
C++

--- util/Regex.h.orig Thu Jul 17 20:31:31 2003
+++ util/Regex.h Thu Jul 17 20:31:43 2003
@@ -1,6 +1,7 @@
#ifndef CRASH_REGEX
#define CRASH_REGEX
+#include <assert.h>
#include <cstring>
#include <string>
#include <map>