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_AgentDetails;
class I_SignalHandler; class I_SignalHandler;
namespace Config
{
enum class Errors;
}
std::ostream & operator<<(std::ostream &os, const Config::Errors &err);
class Debug class Debug
: :
Singleton::Consume<I_TimeGet>, Singleton::Consume<I_TimeGet>,

View File

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#include "time_print.h"
#include "components_list.h" #include "components_list.h"
#include "nginx_attachment.h" #include "nginx_attachment.h"
#include "gradual_deployment.h" #include "gradual_deployment.h"