From 4aa1e0929ed81e7d0c1b02736d89106bacb21e67 Mon Sep 17 00:00:00 2001 From: Jacob Szwejbka Date: Tue, 11 Nov 2025 10:41:41 -0800 Subject: [PATCH] fix missing include on buck tests Summary: Forgot we test this in buck too Reviewed By: SS-JIA Differential Revision: D86781175 --- backends/aoti/targets.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/aoti/targets.bzl b/backends/aoti/targets.bzl index 560cf52e06f..be5fe490721 100644 --- a/backends/aoti/targets.bzl +++ b/backends/aoti/targets.bzl @@ -24,6 +24,7 @@ def define_common_targets(): ], headers = [ "common_shims.h", + "export.h", "utils.h", ], # @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)