Skip to content
Snippets Groups Projects
Commit ada2d408 authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan Committed by Reinhard Biegel
Browse files

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

parent 792020fa
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
#define HISTOGRAM_H
#include <algorithm>
#include <limits>
#include <vector>
#include <QString>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment