From a15e0d09cdb8f9e126e750ceb6c411392dd36055 Mon Sep 17 00:00:00 2001 From: DustyBagel <150477174+DustyBagel@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:14:36 -0500 Subject: [PATCH] Possible fix for check errors. --- src/network/lan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/lan.h b/src/network/lan.h index c4c2eb07f..ea058f1ae 100644 --- a/src/network/lan.h +++ b/src/network/lan.h @@ -19,7 +19,7 @@ along with Freeminer. If not, see . #pragma once -#include +#include "json/json.h" #include #include #include "threading/thread.h" @@ -43,4 +43,4 @@ class lan_adv : public Thread private: unsigned short server_port = 0; -}; \ No newline at end of file +};