Keep VC++ happy.
authorJeff Cohen <jeffc@jolt-lang.org>
Tue, 1 Nov 2005 18:04:06 +0000 (18:04 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Tue, 1 Nov 2005 18:04:06 +0000 (18:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24137 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/InstrInfoEmitter.cpp

index 0626a309bdf4cca3a65126f3a5c95cb58f0891d9..c911ad3ed6e94796dab26547b4fb63a1341cc5e6 100644 (file)
@@ -15,6 +15,7 @@
 #include "InstrInfoEmitter.h"
 #include "CodeGenTarget.h"
 #include "Record.h"
+#include <algorithm>
 using namespace llvm;
 
 // runEnums - Print out enum values for all of the instructions.