mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Add missing numeric header for std::accumulate.
PiperOrigin-RevId: 240593135
This commit is contained in:
committed by
jpienaar
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;
|
||||
|
||||
Reference in New Issue
Block a user