Added missing #include for <limits>

This commit is contained in:
Phil Nash 2011-03-15 22:41:27 +00:00
parent 5cab62bc82
commit 1e15669f2a
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "../catch.hpp" #include "../catch.hpp"
#include <string> #include <string>
#include <limits>
struct TestData struct TestData
{ {

View File

@ -23,6 +23,7 @@
#include <fstream> #include <fstream>
#include <stdlib.h> #include <stdlib.h>
#include <limits>
namespace Catch namespace Catch
{ {