Skip to content

Commit a7b9478

Browse files
Bardo91Bardo91
authored andcommitted
added mutex guard and thread guard
1 parent 249832f commit a7b9478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fastcom/ImageSubscriber.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include <fastcom/ImagePublisher.h>
2626

2727
#include <functional>
28+
#include <mutex>
29+
#include <thread>
2830

2931
#ifdef FASTCOM_HAS_OPENCV
3032

0 commit comments

Comments
 (0)