Possible fix for check errors.

This commit is contained in:
DustyBagel 2024-06-27 19:14:36 -05:00 committed by GitHub
parent 6f9bbea49a
commit a15e0d09cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,7 +19,7 @@ along with Freeminer. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include <json/value.h> #include "json/json.h"
#include <string> #include <string>
#include <atomic> #include <atomic>
#include "threading/thread.h" #include "threading/thread.h"
@ -43,4 +43,4 @@ class lan_adv : public Thread
private: private:
unsigned short server_port = 0; unsigned short server_port = 0;
}; };