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/?p=cubemap;a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2FHEAD 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