From: Steinar H. Gunderson Date: Thu, 6 Feb 2014 21:35:04 +0000 (+0100) Subject: Fix compilation error with newer glibc; broken after IWYU. X-Git-Tag: 1.0.3~1 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7b73b36365975a9ffdca9d48ab662cc09c42adb8;hp=d449b08f94933533095316e2a2250efb1f444358;p=cubemap Fix compilation error with newer glibc; broken after IWYU. --- 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