From d16ce74dbbc0ebc8bee32d02e39967f594c30219 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 2 Feb 2011 19:45:59 +0000 Subject: [PATCH] Fixed compiler error for gcc on Linux (reported by Tryneus - thanks) --- internal/catch_stream.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/catch_stream.hpp b/internal/catch_stream.hpp index 414d9737..a70f0e58 100644 --- a/internal/catch_stream.hpp +++ b/internal/catch_stream.hpp @@ -14,6 +14,7 @@ #define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED #include +#include namespace Catch {