[lld] r282670 - Attempt to fix Windows buildbots.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 18:59:04 PDT 2016


Author: ruiu
Date: Wed Sep 28 20:59:03 2016
New Revision: 282670

URL: http://llvm.org/viewvc/llvm-project?rev=282670&view=rev
Log:
Attempt to fix Windows buildbots.

Modified:
    lld/trunk/ELF/LTO.h

Modified: lld/trunk/ELF/LTO.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LTO.h?rev=282670&r1=282669&r2=282670&view=diff
==============================================================================
--- lld/trunk/ELF/LTO.h (original)
+++ lld/trunk/ELF/LTO.h Wed Sep 28 20:59:03 2016
@@ -23,6 +23,8 @@
 
 #include "lld/Core/LLVM.h"
 #include "llvm/ADT/SmallString.h"
+#include <memory>
+#include <vector>
 
 namespace llvm {
 namespace lto {




More information about the llvm-commits mailing list