Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Nov 1, 2024
1 parent 24504d4 commit 0f483e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/quill/core/ThreadContextManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class TransitEventBuffer;
class BackendWorker;

/** We forward declare these to avoid including ThreadUtilities.h **/
std::string get_thread_name();
uint32_t get_thread_id() noexcept;
extern std::string get_thread_name();
extern uint32_t get_thread_id() noexcept;

class ThreadContext
{
Expand Down

0 comments on commit 0f483e2

Please sign in to comment.