forked from OSchip/llvm-project
[BOLT] Fix gcc5 build.
Summary: A <numeric> include is required for gcc5 build. (cherry picked from FBD4671953)
This commit is contained in:
parent
98737b34bb
commit
f4825ea417
|
@ -13,6 +13,7 @@
|
|||
#include "Passes/FrameOptimizer.h"
|
||||
#include "Passes/Inliner.h"
|
||||
#include "llvm/Support/Timer.h"
|
||||
#include <numeric>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue