Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jan 4, 2025
1 parent 3153f22 commit 31d1795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/spdlog/details/default_err_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#pragma once

#include <string>
#include <mutex>
#include "spdlog/common.h"

// by default, prints the error to stderr, thread safe
Expand Down

0 comments on commit 31d1795

Please sign in to comment.