Add another missing include for MSVC.
[oota-llvm.git] / include / llvm / IR / DiagnosticInfo.h
index c6a8854e077482f397e459acc34c6aa513e788ce..439cf441a8a0e2b42bcdf50ff732ef9681fe0fd6 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/IR/DebugLoc.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/Casting.h"
+#include <utility>
 
 namespace llvm {