Skip to content

Commit

Permalink
approvals#213 Fix bug with {fmt} integration
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH authored Sep 26, 2023
1 parent d49cbcb commit ddf22f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ApprovalTests/integrations/fmt/FmtToString.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once
#ifdef FMT_VERSION

#include <fmt/format.h> // for fmt::to_string()

namespace ApprovalTests
{
class FmtToString
Expand Down

0 comments on commit ddf22f9

Please sign in to comment.