mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Added missing #include for <limits>
This commit is contained in:
parent
5cab62bc82
commit
1e15669f2a
@ -13,6 +13,7 @@
|
||||
#include "../catch.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <limits>
|
||||
|
||||
struct TestData
|
||||
{
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <fstream>
|
||||
#include <stdlib.h>
|
||||
#include <limits>
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user