diff options
Diffstat (limited to 'source/core/StarAssetPath.hpp')
-rw-r--r-- | source/core/StarAssetPath.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/StarAssetPath.hpp b/source/core/StarAssetPath.hpp index 93fa8eb..3fc7849 100644 --- a/source/core/StarAssetPath.hpp +++ b/source/core/StarAssetPath.hpp @@ -77,4 +77,6 @@ struct hash<AssetPath> { } +template <> struct fmt::formatter<Star::AssetPath> : ostream_formatter {}; + #endif
\ No newline at end of file |