fix fedora compilation

This commit is contained in:
David Gambarin
2022-12-27 08:05:29 +02:00
parent 27d1d00379
commit 90bcc544a2
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,13 @@ class I_Encryptor;
class I_AgentDetails;
class I_SignalHandler;
namespace Config
{
enum class Errors;
}
std::ostream & operator<<(std::ostream &os, const Config::Errors &err);
class Debug
:
Singleton::Consume<I_TimeGet>,