Added missing #include

This commit is contained in:
gabime
2018-04-19 17:50:18 +03:00
parent 924ef84241
commit 11e068d7a3
5 changed files with 35 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
<ClInclude Include="..\include\spdlog\details\pattern_formatter_impl.h" />
<ClInclude Include="..\include\spdlog\details\registry.h" />
<ClInclude Include="..\include\spdlog\details\spdlog_impl.h" />
<ClInclude Include="..\include\spdlog\details\thread_pool.h" />
<ClInclude Include="..\include\spdlog\fmt\fmt.h" />
<ClInclude Include="..\include\spdlog\fmt\ostr.h" />
<ClInclude Include="..\include\spdlog\formatter.h" />