[Decompiler] Fix printing of lets (#314)

* fix let prints and windows warnings

* missing include for windows

* windows again
This commit is contained in:
water111
2021-03-07 12:01:59 -05:00
committed by GitHub
parent d8a82eeca1
commit 9074a35b9b
33 changed files with 158 additions and 86 deletions
+2
View File
@@ -92,6 +92,7 @@ std::string get_before_paren(std::string& instr) {
}
}
assert(false);
return {};
}
std::string get_in_paren(std::string& instr) {
@@ -110,6 +111,7 @@ std::string get_in_paren(std::string& instr) {
}
}
assert(false);
return {};
}
bool is_integer(const std::string& str) {