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
commit 0c60e96533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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