Added missing <limits> for MinGW compile

pull/35/head
Jeffrey Walton 2015-07-27 16:18:43 -04:00
parent 69afee37b0
commit ab33799f5a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <map> #include <map>
#include <vector> #include <vector>
#include <string> #include <string>
#include <limits>
#include <exception> #include <exception>
#include <typeinfo> #include <typeinfo>
#include <algorithm> #include <algorithm>