$OpenBSD: patch-TailFile_h,v 1.3 2017/04/23 22:18:32 sthen Exp $
--- TailFile.h.orig	Tue Aug  3 20:42:33 1999
+++ TailFile.h	Sun Apr 23 23:15:08 2017
@@ -23,7 +23,10 @@
 #include "Colorizer.h"
 
 #include <stdio.h>
-#include <strstream.h>
+#include <iostream>
+#include <strstream>
+
+using namespace std;
 
 #define MAX_CHARS_READ 1024
 
