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 +#include using std::ldexp; using std::frexp; using std::signbit;