mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Added some headers to fix build on some gcc versions
This commit is contained in:
parent
cf7b6881c9
commit
9d1259273f
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user