$OpenBSD: patch-Colorizer_cc,v 1.4 2018/12/01 00:15:36 naddy Exp $
Index: Colorizer.cc
--- Colorizer.cc.orig
+++ Colorizer.cc
@@ -23,8 +23,10 @@
 
 #include <assert.h>
 #include <stdio.h>
-#include <strstream.h>
+#include <string.h>
+#include <strstream>
 
+using namespace std;
 
 Colorizer::Colorizer()
 {
