Skip to content

Commit 822574b

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Some fix for oss (#156)
Summary: Pull Request resolved: #156 Reviewed By: digantdesai Differential Revision: D48657942 fbshipit-source-id: 1ac31bd62ebb6805e92d3d6abf262c8c3d7e2505
1 parent f8a890a commit 822574b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kernels/portable/cpu/op_avg_pool2d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <cstring>
10+
#include <tuple>
1011

1112
#include <executorch/kernels/portable/cpu/util/kernel_ops_util.h>
1213
#include <executorch/runtime/kernel/kernel_includes.h>

kernels/portable/cpu/op_max_pool2d_with_indices.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <cstring>
10+
#include <tuple>
1011

1112
#include <executorch/kernels/portable/cpu/util/kernel_ops_util.h>
1213
#include <executorch/runtime/kernel/kernel_includes.h>

0 commit comments

Comments
 (0)