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 +};