Add missing limits header in RiuGroupedBarChartBuilder.h

This fixes issue #8330
This commit is contained in:
Håkon Hægland 2021-11-26 20:49:44 +01:00 committed by Magne Sjaastad
parent b3bd62cc18
commit 254e8a52a0

View File

@ -24,6 +24,7 @@
#include <map>
#include <set>
#include <limits>
class QwtPlot;
class QColor;