Преглед изворни кода

Fix missing string header in streamer example

Paul-Louis Ageneau пре 2 година
родитељ
комит
f52541661f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/streamer/dispatchqueue.hpp

+ 1 - 0
examples/streamer/dispatchqueue.hpp

@@ -15,6 +15,7 @@
 #include <condition_variable>
 #include <queue>
 #include <functional>
+#include <string>
 
 class DispatchQueue {
     typedef std::function<void(void)> fp_t;