decomp: Decompile wind (#480)

* decomp: Decompile `wind`

* include `<limits>`
This commit is contained in:
Tyler Wilding
2021-05-13 20:46:37 -04:00
committed by GitHub
parent acac7d0e4d
commit 790e65a78c
10 changed files with 287 additions and 9 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#include <algorithm>
#include <limits>
#include "insert_lets.h"
#include "decompiler/IR2/GenericElementMatcher.h"
@@ -605,4 +606,4 @@ LetStats insert_lets(const Function& func, Env& env, FormPool& pool, Form* top_l
return stats;
}
} // namespace decompiler
} // namespace decompiler