forked from catchorg/Catch2
#include and newline fixes from Björn Fahller
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#include "catch_reporter_registry.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
@@ -123,4 +124,4 @@ namespace Catch
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED
|
||||
#endif // TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#define TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED
|
||||
|
||||
#include "catch_commandline.hpp"
|
||||
|
||||
#include <limits>
|
||||
namespace Catch
|
||||
{
|
||||
inline int List( const RunnerConfig& config )
|
||||
@@ -63,4 +63,4 @@ namespace Catch
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED
|
||||
#endif // TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED
|
||||
|
Reference in New Issue
Block a user