Skip to content

Commit

Permalink
Fix gcc/clang errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Oct 19, 2023
1 parent 0e71de6 commit e2a9d7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/include/log4cxx/helpers/widelife.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#define _LOG4CXX_HELPERS_WIDELIFE_H

#include <log4cxx/log4cxx.h>
#if defined(__cpp_concepts) && __cpp_concepts >= 201500
#include <concepts>
#endif

namespace log4cxx
{
Expand Down

0 comments on commit e2a9d7b

Please sign in to comment.