Added some surrogate cpps

(and fixed up missing includes they uncovered)
This commit is contained in:
Phil Nash
2012-09-28 19:21:14 +01:00
parent 67ec8709ea
commit 4b93fb81b5
23 changed files with 115 additions and 5 deletions

View File

@@ -9,6 +9,9 @@
#ifndef TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED
#include "catch_streambuf.h"
#include "catch_debugger.hpp"
#include <stdexcept>
#include <cstdio>