mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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.
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
#include <sigc++/adaptors/retype_return.h>
|
#include <sigc++/adaptors/retype_return.h>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
/**CComponentsTimer
|
/**CComponentsTimer
|
||||||
* Member of CComponents. Provides a generic timer class
|
* Member of CComponents. Provides a generic timer class
|
||||||
|
Reference in New Issue
Block a user