great library btw! am excited to use this for my gameserver
unfortunately if i do #include "nlohmann/json.hpp", i get:
i copied the nlohmann folder to my current c++ directory
nlohmann/json.hpp:49:33: fatal error: nlohmann/json_fwd.hpp: No such file or directory
do i need to put the nlohmannn folder inside my /usr/include directory? but on WSL we can't modify/move files from windows to unix :/
great library btw! am excited to use this for my gameserver
unfortunately if i do
#include "nlohmann/json.hpp", i get:i copied the
nlohmannfolder to my current c++ directorydo i need to put the nlohmannn folder inside my
/usr/includedirectory? but on WSL we can't modify/move files from windows to unix :/