Skip to content

Commit a5e33c4

Browse files
authored
fix: add missing include for chrono
1 parent b48fd6b commit a5e33c4

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)