Add missing limits header in SummaryNode.hpp

This fixes issue #8328.
This commit is contained in:
Håkon Hægland 2021-11-26 17:12:39 +01:00 committed by Magne Sjaastad
parent 2692578d9b
commit b3bd62cc18

View File

@ -24,6 +24,7 @@
#include <optional>
#include <string>
#include <unordered_set>
#include <limits>
namespace Opm { namespace EclIO {