openbsd-ports/productivity/devtodo/patches/patch-util_CommandArgs_h
2004-01-25 04:15:31 +00:00

12 lines
348 B
Plaintext

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