Fixed compiler error for gcc on Linux (reported by Tryneus - thanks)

This commit is contained in:
Phil Nash 2011-02-02 19:45:59 +00:00
parent 4663a9c0ef
commit d16ce74dbb
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED
#include <stdexcept>
#include <cstdio>
namespace Catch
{