[ORC-RT] Fix missing #include from f9aef477ebc.
authorLang Hames <lhames@gmail.com>
Tue, 8 Feb 2022 06:41:53 +0000 (17:41 +1100)
committerLang Hames <lhames@gmail.com>
Tue, 8 Feb 2022 06:41:53 +0000 (17:41 +1100)
compiler-rt/lib/orc/macho_platform.cpp

index f3242a4..6552b66 100644 (file)
@@ -16,6 +16,7 @@
 #include "error.h"
 #include "wrapper_function_utils.h"
 
+#include <algorithm>
 #include <ios>
 #include <map>
 #include <mutex>