mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
refactored the nlomann json library to be in the include/common. seems quite odd this wasn't the case.
This commit is contained in:
parent
79ecd186c5
commit
e979be42b2
|
|
@ -7,7 +7,7 @@
|
|||
#include "..\Common\NetworkUtils.h"
|
||||
#include "..\Common\StringUtils.h"
|
||||
#include "..\ServerLogger.h"
|
||||
#include "..\vendor\nlohmann\json.hpp"
|
||||
#include "Common/vendor/nlohmann/json.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "..\Common\FileUtils.h"
|
||||
#include "..\Common\StringUtils.h"
|
||||
#include "..\ServerLogger.h"
|
||||
#include "..\vendor\nlohmann\json.hpp"
|
||||
#include "Common/vendor/nlohmann/json.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "FileUtils.h"
|
||||
#include "StringUtils.h"
|
||||
|
||||
#include "..\vendor\nlohmann\json.hpp"
|
||||
#include "Common/vendor/nlohmann/json.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue