Skip to content

Commit 4aa1e09

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
fix missing include on buck tests
Summary: Forgot we test this in buck too Reviewed By: SS-JIA Differential Revision: D86781175
1 parent 2f4ad68 commit 4aa1e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/aoti/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def define_common_targets():
2424
],
2525
headers = [
2626
"common_shims.h",
27+
"export.h",
2728
"utils.h",
2829
],
2930
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)

0 commit comments

Comments
 (0)