cc_timer.h: Fix missing include for std::string in cc_timer.h

Added the missing #include <string> 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: e6c1a1dd6c
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-06-10 (Mon, 10 Jun 2024)



------------------
This commit was generated by Migit
This commit is contained in:
2024-06-10 22:46:51 +02:00
committed by vanhofen
parent f0cbf2ce54
commit 0b6b5d04fa

View File

@@ -33,6 +33,7 @@
#include <sigc++/adaptors/retype_return.h>
#include <thread>
#include <mutex>
#include <string>
/**CComponentsTimer
* Member of CComponents. Provides a generic timer class