From 2772234d99489e061d42b801672431a65ce9bc8f Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 12 Nov 2024 09:48:26 -0800 Subject: [PATCH] Include stdint.h for int64_t --- pkgs/objective_c/src/objective_c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/objective_c/src/objective_c.c b/pkgs/objective_c/src/objective_c.c index f46e823bf..fb360ad40 100644 --- a/pkgs/objective_c/src/objective_c.c +++ b/pkgs/objective_c/src/objective_c.c @@ -4,6 +4,7 @@ #include "objective_c.h" +#include #include #include "include/dart_api_dl.h"