From 4e019267667dff02952cfd6dc4ad90efa7181465 Mon Sep 17 00:00:00 2001 From: "Harry Clark (clarkh9)" Date: Wed, 8 Feb 2023 19:45:55 +0000 Subject: [PATCH] Update common.h --- include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common.h b/include/common.h index 5439c46..670dad1 100644 --- a/include/common.h +++ b/include/common.h @@ -67,6 +67,7 @@ typedef unsigned long UNK_64; using std::cout; using std::string; using std::endl; +using std::cerr; #endif