mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 04:35:05 +01:00
Merge pull request #3758 from j-selby/fix-text-formatter
Add missing std::string import in text_formatter
This commit is contained in:
commit
0c60e96533
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
namespace Log {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user