Merge pull request #3758 from j-selby/fix-text-formatter

Add missing std::string import in text_formatter
This commit is contained in:
Weiyi Wang
2018-05-19 14:47:30 +03:00
committed by GitHub

View File

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