We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbc054 commit 9be8c51Copy full SHA for 9be8c51
recursive_wrapper.hpp
@@ -1,6 +1,8 @@
1
#ifndef UTIL_VARIANT_RECURSIVE_WRAPPER_HPP
2
#define UTIL_VARIANT_RECURSIVE_WRAPPER_HPP
3
4
+#include <utility>
5
+
6
namespace util {
7
8
template <typename T>
0 commit comments