Added missing #includes

This commit is contained in:
Phil Nash 2011-01-05 21:04:13 +00:00
parent b47139d245
commit 4220fb6267

View File

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