From 0b6b5d04fa5104cf19d31b2ede9bd750ee081622 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 10 Jun 2024 22:46:51 +0200 Subject: [PATCH] cc_timer.h: Fix missing include for std::string in cc_timer.h Added the missing #include directive to cc_timer.h to resolve compilation error due to incomplete type 'std::string'. Observed with g++ 13. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e6c1a1dd6ccfd4f4682e0bc2b91dcd6744edd8c3 Author: Thilo Graf Date: 2024-06-10 (Mon, 10 Jun 2024) ------------------ This commit was generated by Migit --- src/gui/components/cc_timer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_timer.h b/src/gui/components/cc_timer.h index 82bfbb683..72833bafc 100644 --- a/src/gui/components/cc_timer.h +++ b/src/gui/components/cc_timer.h @@ -33,6 +33,7 @@ #include #include #include +#include /**CComponentsTimer * Member of CComponents. Provides a generic timer class