From 7b73b36365975a9ffdca9d48ab662cc09c42adb8 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 6 Feb 2014 22:35:04 +0100 Subject: [PATCH 1/1] Fix compilation error with newer glibc; broken after IWYU. --- stream.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stream.cpp b/stream.cpp index 23f4789..87a7db7 100644 --- a/stream.cpp +++ b/stream.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include #include -- 2.39.2