We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
great library btw! am excited to use this for my gameserver
unfortunately if i do #include "nlohmann/json.hpp", i get:
#include "nlohmann/json.hpp"
i copied the nlohmann folder to my current c++ directory
nlohmann
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 :/
/usr/include
The text was updated successfully, but these errors were encountered:
i might be retarded.. but that's ok
download the json.hpp from releases, don't use the one in the include folder :D srry
Sorry, something went wrong.
Please be sure to review the code of conduct and be respectful of other users. cc/ @nlohmann Keep in mind, this repository uses the Contributor Covenant.
No branches or pull requests
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++ directorydo 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 :/The text was updated successfully, but these errors were encountered: