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

@ -22,6 +22,7 @@
#include "catch_reporter_junit.hpp" #include "catch_reporter_junit.hpp"
#include <fstream> #include <fstream>
#include <stdlib.h>
namespace Catch namespace Catch
{ {

View File

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

View File

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