mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 04:45:39 +02:00
Added missing #include for <limits>
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
#include "../catch.hpp"
|
#include "../catch.hpp"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
struct TestData
|
struct TestData
|
||||||
{
|
{
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
namespace Catch
|
namespace Catch
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user