Add headers for download/reporting thread.

This commit is contained in:
Gerhard Hoffmann 2023-12-20 16:50:00 +01:00
parent fafea93a62
commit 0c417c6940

View File

@ -20,6 +20,13 @@
*/
#include "hwapi.h"
#include "download_thread.h"
#include "reporting_thread.h"
#include <cstring>
#include <QThread>
#include <QDebug>
static uint32_t hwapi_lastStartAmount;
static uint32_t hwapi_lastTotalAmount;