summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/subscribe_on.cpp
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2017-01-24 19:39:47 +0300
committerKirk Shoop <kirk.shoop@microsoft.com>2017-01-24 08:39:47 -0800
commit6f4ca1198079ed2a439f53865d494729b975bbb7 (patch)
tree37da80a3e6fd7e8ffdeb96d33faf5ac986c84b06 /Rx/v2/test/operators/subscribe_on.cpp
parentff18d4640e5f2f96eba2fe17fd5d91132f44dc0f (diff)
downloadRxCpp-6f4ca1198079ed2a439f53865d494729b975bbb7.tar.gz
decouple observe_on from observable (#335)
* decouple observe_on from observable * decouple observe_on from observable - fix msvc
Diffstat (limited to 'Rx/v2/test/operators/subscribe_on.cpp')
-rw-r--r--Rx/v2/test/operators/subscribe_on.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rx/v2/test/operators/subscribe_on.cpp b/Rx/v2/test/operators/subscribe_on.cpp
index ded1ea4..baa66e2 100644
--- a/Rx/v2/test/operators/subscribe_on.cpp
+++ b/Rx/v2/test/operators/subscribe_on.cpp
@@ -2,6 +2,7 @@
#include <rxcpp/operators/rx-reduce.hpp>
#include <rxcpp/operators/rx-map.hpp>
#include <rxcpp/operators/rx-subscribe_on.hpp>
+#include <rxcpp/operators/rx-observe_on.hpp>
static const int static_subscriptions = 50000;