From ea7b023059ed7b1bb616a55ed8bc1505c42a972a Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 6 Aug 2024 21:27:34 -0400 Subject: [PATCH] fix missing include --- src/app/core/labeling.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/labeling.cc b/src/app/core/labeling.cc index 7db27a01..b8b4be4e 100644 --- a/src/app/core/labeling.cc +++ b/src/app/core/labeling.cc @@ -7,6 +7,7 @@ #include #include +#include "absl/strings/str_format.h" #include "app/core/common.h" #include "app/core/constants.h" #include "app/gui/icons.h"