mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user