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
5 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue