Skip to content

Commit dc91223

Browse files
YarikTHLaguna1989
authored andcommitted
#213 Fix bug with {fmt} integration
1 parent a507af4 commit dc91223

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ApprovalTests/integrations/fmt/FmtToString.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#pragma once
22
#ifdef FMT_VERSION
3+
4+
#include <fmt/format.h> // for fmt::to_string()
5+
36
namespace ApprovalTests
47
{
58
class FmtToString

0 commit comments

Comments
 (0)