Adding limits due to GCC11 changes https://www.gnu.org/software/gcc/gcc-11/porting_to...
authorLukas <lukas@passeride.com>
Fri, 18 Mar 2022 09:04:33 +0000 (10:04 +0100)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Wed, 4 May 2022 14:18:32 +0000 (17:18 +0300)
src/debugger/frames.cpp

index 534936be929b964272d28a0ee2ff1c735735ed18..1b8dc97d7a549b1b4d495f734ac58315b930aae2 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <sstream>
 #include <algorithm>
+#include <limits>
 #include "debugger/frames.h"
 #include "metadata/typeprinter.h"
 #include "utils/platform.h"