Explicitly include limits header

Fixes #37
This commit is contained in:
Tor Arne Vestbø
2021-06-26 16:36:31 +02:00
parent 262ae2420f
commit c899404e30

View File

@@ -38,6 +38,7 @@
#include <algorithm>
#include <fstream>
#include <iostream>
#include <limits>
#include <map>
#include <sstream>
#include <streambuf>