Skip to content

Commit 08b6bba

Browse files
committed
Fix missing include
Sometimes causing compile errors
1 parent c7acf56 commit 08b6bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/msgflo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <string>
44
#include <memory>
5+
#include <functional>
6+
57
#include "json11.hpp"
68

79
namespace msgflo {

0 commit comments

Comments
 (0)