forked from catchorg/Catch2
Added some headers to fix build on some gcc versions
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "catch_reporter_junit.hpp"
|
||||
|
||||
#include <fstream>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
|
@@ -15,8 +15,10 @@
|
||||
|
||||
#include "catch_hub.h"
|
||||
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user