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