summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/group_by.cpp
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2017-01-05 17:49:29 +0300
committerKirk Shoop <kirk.shoop@microsoft.com>2017-01-05 15:50:41 -0800
commite23cac33d517662998f0542b263e27529e055c81 (patch)
tree269a320df3f6a0a38145071bd4038bc6e5ba1429 /Rx/v2/test/operators/group_by.cpp
parent4b22ef4d55a93071be7313440ef6cb75455daa08 (diff)
downloadRxCpp-e23cac33d517662998f0542b263e27529e055c81.tar.gz
decouple merge from observable
Diffstat (limited to 'Rx/v2/test/operators/group_by.cpp')
-rw-r--r--Rx/v2/test/operators/group_by.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rx/v2/test/operators/group_by.cpp b/Rx/v2/test/operators/group_by.cpp
index 44cae59..871db05 100644
--- a/Rx/v2/test/operators/group_by.cpp
+++ b/Rx/v2/test/operators/group_by.cpp
@@ -2,6 +2,7 @@
#include <rxcpp/operators/rx-group_by.hpp>
#include <rxcpp/operators/rx-reduce.hpp>
#include <rxcpp/operators/rx-map.hpp>
+#include <rxcpp/operators/rx-merge.hpp>
#include <rxcpp/operators/rx-take.hpp>
#include <locale>