From d68b6b70291c78a5c7f4b5037bf98dc1387b19b2 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 31 May 2024 12:24:10 -0700 Subject: [PATCH] Add ifa.h include back in --- cobalt/h5vcc/h5vcc_system.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cobalt/h5vcc/h5vcc_system.cc b/cobalt/h5vcc/h5vcc_system.cc index d79aeee40fa3..bd4cd342ee16 100644 --- a/cobalt/h5vcc/h5vcc_system.cc +++ b/cobalt/h5vcc/h5vcc_system.cc @@ -22,6 +22,7 @@ #include "cobalt/web/environment_settings_helper.h" #include "cobalt_build_id.h" // NOLINT(build/include_subdir) #include "starboard/common/system_property.h" +#include "starboard/extension/ifa.h" #include "starboard/system.h" using starboard::kSystemPropertyMaxLength;