Add missing std::string import in text_formatter

master
James 2018-05-19 21:31:09 +07:00
parent 3bf924cd20
commit 29551c187a
1 changed files with 1 additions and 0 deletions

@ -5,6 +5,7 @@
#pragma once
#include <cstddef>
#include <string>
namespace Log {