Skip to content

Commit e6db1b7

Browse files
committed
fix: add missing include for chrono on Windows
1 parent 7f76269 commit e6db1b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/module.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <cstdio>
44
#include <future>
5+
#include <chrono>
56

67
#include "./closable.h"
78
#include "./outgoing_msg.h"

0 commit comments

Comments
 (0)