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:
parent
6f9bbea49a
commit
a15e0d09cd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue