Skip to content

Commit

Permalink
Added missing <version> include for feature macro testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Apr 8, 2024
1 parent c7a019f commit e707194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fmt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ module;
#undef static
// DIVERGENCE END

// DIVERGENCE BEGIN - Worked around std imports and includes mixing
#include <version>
// DIVERGENCE END

#if __has_include(<cxxabi.h>)
# include <cxxabi.h>
#endif
Expand Down

0 comments on commit e707194

Please sign in to comment.