refactored the nlomann json library to be in the include/common. seems quite odd this wasn't the case.

This commit is contained in:
Matthew Toro 2026-04-03 02:41:10 -04:00
parent 79ecd186c5
commit e979be42b2
5 changed files with 3 additions and 3 deletions

View file

@ -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>