Added some headers to fix build on some gcc versions

This commit is contained in:
Phil Nash
2011-02-04 09:30:36 +00:00
parent cf7b6881c9
commit 9d1259273f
3 changed files with 6 additions and 2 deletions

View File

@@ -15,8 +15,10 @@
#include "catch_hub.h"
#include <iterator>
#include <vector>
#include <string>
#include <stdlib.h>
namespace Catch
{

View File

@@ -12,10 +12,11 @@
#ifndef TWOBLUECUBES_CATCH_HUB_H_INCLUDED
#define TWOBLUECUBES_CATCH_HUB_H_INCLUDED
#include "catch_interfaces_reporter.h"
#include <memory>
#include <vector>
#include "catch_interfaces_reporter.h"
#include <stdlib.h>
namespace Catch
{