[compiler-rt] fe2f5c9 - [ORC-RT] Fix missing #include from f9aef477ebc.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 22:42:33 PST 2022


Author: Lang Hames
Date: 2022-02-08T17:41:53+11:00
New Revision: fe2f5c976cfe82d4309bed52087e360c668631f3

URL: https://github.com/llvm/llvm-project/commit/fe2f5c976cfe82d4309bed52087e360c668631f3
DIFF: https://github.com/llvm/llvm-project/commit/fe2f5c976cfe82d4309bed52087e360c668631f3.diff

LOG: [ORC-RT] Fix missing #include from f9aef477ebc.

Added: 
    

Modified: 
    compiler-rt/lib/orc/macho_platform.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/macho_platform.cpp b/compiler-rt/lib/orc/macho_platform.cpp
index f3242a4b517c..6552b666847e 100644
--- a/compiler-rt/lib/orc/macho_platform.cpp
+++ b/compiler-rt/lib/orc/macho_platform.cpp
@@ -16,6 +16,7 @@
 #include "error.h"
 #include "wrapper_function_utils.h"
 
+#include <algorithm>
 #include <ios>
 #include <map>
 #include <mutex>


        


More information about the llvm-commits mailing list