Skip to content
Snippets Groups Projects

fix(GUI): Add <limits> include statement for gcc-11 compatibility

Merged Reinhard Biegel requested to merge 142-gui-doesn-t-build-using-gcc-11 into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -12,6 +12,7 @@
#define HISTOGRAM_H
#include <algorithm>
#include <limits>
#include <vector>
#include <QString>
Loading