Added missing #includes

This commit is contained in:
Phil Nash 2011-01-05 21:04:13 +00:00
parent b47139d245
commit 4220fb6267
1 changed files with 2 additions and 0 deletions

View File

@ -14,10 +14,12 @@
#define TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED
#include "catch_interfaces_reporter.h"
#include "catch_hub.h"
#include <memory>
#include <vector>
#include <string>
#include <iostream>
namespace Catch
{