https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
12 lines
301 B
Diff
12 lines
301 B
Diff
diff --git a/src/debugger/frames.cpp b/src/debugger/frames.cpp
|
|
index 534936b..21366f9 100644
|
|
--- a/src/debugger/frames.cpp
|
|
+++ b/src/debugger/frames.cpp
|
|
@@ -9,6 +9,7 @@
|
|
#include "utils/platform.h"
|
|
#include "utils/logger.h"
|
|
#include "utils/torelease.h"
|
|
+#include <limits>
|
|
|
|
namespace netcoredbg
|
|
{
|