Skip to content

Commit

Permalink
Add missing header.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181095 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed May 4, 2013
1 parent e6315cd commit b00b4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lto/LTOCodeGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/Linker.h"
#include <string>
#include <vector>

namespace llvm {
class LLVMContext;
Expand Down

0 comments on commit b00b4be

Please sign in to comment.