summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamlesh Kumar <kamleshbhalui@gmail.com>2021-08-27 00:09:04 +0530
committerGitHub <noreply@github.com>2021-08-26 11:39:04 -0700
commitec38393f502e9e11a95a784e09649dc797124096 (patch)
treeb7702ff1c62b97cd359c97c21513e0e0fcd2fc77
parent76de2c1fa674e43ef2751f12bc78a9a0627a0a8d (diff)
downloadRxCpp-upstream-master.tar.gz
Included <string> in rx-includes.hpp to compile rxcpp on platform where <string> (#547)upstream-master
is not included indirectly.
-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 1eb47db..55b1e0b 100644
--- a/Rx/v2/src/rxcpp/rx-includes.hpp
+++ b/Rx/v2/src/rxcpp/rx-includes.hpp
@@ -166,6 +166,8 @@
#include <cstddef>
+#include <string>
+
#include <iostream>
#include <iomanip>