Skip to content

Commit da6638b

Browse files
authored
Merge pull request #71 from cnnblike/patch-1
Update readme.md
2 parents 9b2ceee + 92210f4 commit da6638b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ dispatcher.dispatch(5);
127127

128128
### Using EventQueue
129129
```c++
130+
#include "eventpp/eventqueue.h"
130131
eventpp::EventQueue<int, void (const std::string &, const bool)> queue;
131132

132133
queue.appendListener(3, [](const std::string s, bool b) {

0 commit comments

Comments
 (0)