1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +00:00

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

View file

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