summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/subscribe_on.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/test/operators/subscribe_on.cpp')
-rw-r--r--Rx/v2/test/operators/subscribe_on.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rx/v2/test/operators/subscribe_on.cpp b/Rx/v2/test/operators/subscribe_on.cpp
index baa66e2..936fbc1 100644
--- a/Rx/v2/test/operators/subscribe_on.cpp
+++ b/Rx/v2/test/operators/subscribe_on.cpp
@@ -4,6 +4,8 @@
#include <rxcpp/operators/rx-subscribe_on.hpp>
#include <rxcpp/operators/rx-observe_on.hpp>
+#include <sstream>
+
static const int static_subscriptions = 50000;
SCENARIO("for loop subscribes to map with subscribe_on and observe_on", "[hide][for][just][subscribe][subscribe_on][observe_on][long][perf]"){