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, 0 insertions, 12 deletions
diff --git a/0000_Fix-numeric-limits.patch b/0000_Fix-numeric-limits.patch
deleted file mode 100644
index f85efc01cdac..000000000000
--- a/0000_Fix-numeric-limits.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;