From 3cce624f5970916f89042cda0edc8193196ac449 Mon Sep 17 00:00:00 2001 From: scawful Date: Fri, 15 Nov 2024 21:21:27 -0500 Subject: [PATCH] Add absl/strings/str_format.h include to renderer.h --- src/app/core/platform/renderer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/platform/renderer.h b/src/app/core/platform/renderer.h index 3e67b38b..1f173fa9 100644 --- a/src/app/core/platform/renderer.h +++ b/src/app/core/platform/renderer.h @@ -6,6 +6,7 @@ #include #include "absl/status/status.h" +#include "absl/strings/str_format.h" #include "app/core/utils/sdl_deleter.h" #include "app/gfx/bitmap.h"