#include and newline fixes from Björn Fahller

This commit is contained in:
Phil Nash 2010-11-11 20:42:16 +00:00
parent 92f2d32f74
commit 7d71e9b431
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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