diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-04-27 11:57:13 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-04-27 11:57:13 +0200 |
commit | f5c5445f5c8bdd80dac5896fe96c7418e366ed4c (patch) | |
tree | 97f92c7d0daea864125454679e26c8fc51968547 | |
parent | fd1da450d5ccc95db53c5eb9c26f84a3a336a1c4 (diff) |
More compile error fixes
-rw-r--r-- | viewcompetition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewcompetition.cpp b/viewcompetition.cpp index 3f15c29..ddc3cd3 100644 --- a/viewcompetition.cpp +++ b/viewcompetition.cpp @@ -2,6 +2,7 @@ #include <fstream> #include <vector> #include <sstream> +#include <limits> using namespace std; |