Skip to content

Commit e522472

Browse files
committed
ad missing include
1 parent 55c3ce2 commit e522472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/concurrencpp/timers/timer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <atomic>
88
#include <memory>
99
#include <chrono>
10+
#include <string_view>
1011

1112
namespace concurrencpp::details {
1213
class CRCPP_API timer_state_base : public std::enable_shared_from_this<timer_state_base> {

0 commit comments

Comments
 (0)