We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7950fd8 commit 0cc1962Copy full SHA for 0cc1962
tests/test_tuple_for_each.cc
@@ -19,6 +19,7 @@
19
#include <sigc++/tuple-utils/tuple_for_each.h>
20
#include <iostream>
21
#include <functional>
22
+#include <string>
23
24
template <typename T_element_from>
25
class for_each_simple
tests/test_tuple_transform_each.cc
#include <sigc++/tuple-utils/tuple_transform_each.h>
#include <utility>
class transform_to_string
0 commit comments