forked from OSchip/llvm-project
Add missing numeric header for std::accumulate.
PiperOrigin-RevId: 240593135
This commit is contained in:
parent
e2f9079a71
commit
ed4fa52b4a
|
@ -26,6 +26,7 @@
|
|||
#include "mlir/Support/LLVM.h"
|
||||
|
||||
#include "llvm/Support/Error.h"
|
||||
#include <numeric>
|
||||
|
||||
using namespace mlir;
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "llvm/Support/SourceMgr.h"
|
||||
#include "llvm/Support/TargetSelect.h"
|
||||
#include "llvm/Support/ToolOutputFile.h"
|
||||
#include <numeric>
|
||||
|
||||
using namespace mlir;
|
||||
using llvm::Error;
|
||||
|
|
Loading…
Reference in New Issue