Skip to content

Commit

Permalink
Fix buildbot failure due to r258420
Browse files Browse the repository at this point in the history
Include the needed headfile to fix the buildbot failure due to r258420 [PGO] Passmanagerbuilder change that enable IR level PGO instrumentation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258423 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
xur-llvm committed Jan 21, 2016
1 parent b54ca98 commit 0679d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/Transforms/IPO/PassManagerBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define LLVM_TRANSFORMS_IPO_PASSMANAGERBUILDER_H

#include <memory>
#include <string>
#include <vector>

namespace llvm {
Expand Down

0 comments on commit 0679d14

Please sign in to comment.