mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
#include and newline fixes from Björn Fahller
This commit is contained in:
parent
92f2d32f74
commit
7d71e9b431
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
#include "catch_reporter_registry.hpp"
|
#include "catch_reporter_registry.hpp"
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#define TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED
|
#define TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED
|
||||||
|
|
||||||
#include "catch_commandline.hpp"
|
#include "catch_commandline.hpp"
|
||||||
|
#include <limits>
|
||||||
namespace Catch
|
namespace Catch
|
||||||
{
|
{
|
||||||
inline int List( const RunnerConfig& config )
|
inline int List( const RunnerConfig& config )
|
||||||
|
Loading…
Reference in New Issue
Block a user