Update general.hpp

This commit is contained in:
mat 2024-01-25 13:45:12 -03:00 committed by GitHub
parent a15cdde906
commit 4cafd145b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@
#include <string>
#include <vector>
#include <ghc/fs_fwd.hpp>
#include <matjson.hpp>
// for some reason std::filesystem::path doesn't have std::hash defined in C++17
// and ghc seems to have inherited this limitation