summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-includes.hpp
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2017-01-27 03:01:57 +0300
committerKirk Shoop <kirk.shoop@microsoft.com>2017-01-26 16:01:57 -0800
commit4b6a2f541dece7256271374ca6555ce12a76a99b (patch)
tree3e5ea5ddc20ee999bd5d32e146be96b43d694ff0 /Rx/v2/src/rxcpp/rx-includes.hpp
parentad101cf093028f874a5d882967bdb4ccb8032eb8 (diff)
downloadRxCpp-4b6a2f541dece7256271374ca6555ce12a76a99b.tar.gz
decouple publish, publish_synchronized, multicast from observable (#338)
* decouple publish, publish_synchronized, multicast from observable * decouple publish, publish_synchronized, multicast from observable - restore include structure
Diffstat (limited to 'Rx/v2/src/rxcpp/rx-includes.hpp')
-rw-r--r--Rx/v2/src/rxcpp/rx-includes.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rx/v2/src/rxcpp/rx-includes.hpp b/Rx/v2/src/rxcpp/rx-includes.hpp
index c3b7d9d..e8c9b8c 100644
--- a/Rx/v2/src/rxcpp/rx-includes.hpp
+++ b/Rx/v2/src/rxcpp/rx-includes.hpp
@@ -203,9 +203,11 @@
#include "operators/rx-ignore_elements.hpp"
#include "operators/rx-map.hpp"
#include "operators/rx-merge.hpp"
+#include "operators/rx-multicast.hpp"
#include "operators/rx-observe_on.hpp"
#include "operators/rx-on_error_resume_next.hpp"
#include "operators/rx-pairwise.hpp"
+#include "operators/rx-publish.hpp"
#include "operators/rx-reduce.hpp"
#include "operators/rx-repeat.hpp"
#include "operators/rx-replay.hpp"