summarylogtreecommitdiffstats
path: root/0000_Fix-numeric-limits.patch
diff options
context:
space:
mode:
Diffstat (limited to '0000_Fix-numeric-limits.patch')
-rw-r--r--0000_Fix-numeric-limits.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0000_Fix-numeric-limits.patch b/0000_Fix-numeric-limits.patch
new file mode 100644
index 000000000000..f85efc01cdac
--- /dev/null
+++ b/0000_Fix-numeric-limits.patch
@@ -0,0 +1,12 @@
+diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/float.cc b/Ghidra/Features/Decompiler/src/decompile/cpp/float.cc
+index 23bd6b385d..38c973ce85 100644
+--- a/Ghidra/Features/Decompiler/src/decompile/cpp/float.cc
++++ b/Ghidra/Features/Decompiler/src/decompile/cpp/float.cc
+@@ -18,6 +18,7 @@
+ #include "address.hh"
+
+ #include <cmath>
++#include <limits>
+ using std::ldexp;
+ using std::frexp;
+ using std::signbit;