mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[caffe2] Include <array> in fatal_signal_asan_no_sig_test (#7592)
fatal_signal_asan_no_sig_test.cc uses std::array, but doesn't include the header. It caused build error on Android.
This commit is contained in:
parent
0df84d7ec7
commit
9211790049
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <array>
|
||||
|
||||
#include "caffe2/core/common.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue