Update Miner.cpp

Add library
This commit is contained in:
James Brown 2024-05-03 21:14:48 +08:00 committed by GitHub
parent 7897f10c48
commit e051564d73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
#include <algorithm>
#include <mutex>
#include <thread>
#include <chrono>
#include "core/Miner.h"
#include "core/Taskbar.h"