From 0c417c694042aae9fbe374d194051ddfee8b5ef2 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 20 Dec 2023 16:50:00 +0100 Subject: [PATCH] Add headers for download/reporting thread. --- src/hwapi.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/hwapi.cpp b/src/hwapi.cpp index 5c10889..df17527 100644 --- a/src/hwapi.cpp +++ b/src/hwapi.cpp @@ -20,6 +20,13 @@ */ #include "hwapi.h" +#include "download_thread.h" +#include "reporting_thread.h" + +#include +#include +#include + static uint32_t hwapi_lastStartAmount; static uint32_t hwapi_lastTotalAmount;