Skip to content

Commit e6db1b7

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module.h

+1
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)