Skip to content

Commit 9be8c51

Browse files
committed
add <utility> to be include order agnostic
1 parent 6dbc054 commit 9be8c51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recursive_wrapper.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef UTIL_VARIANT_RECURSIVE_WRAPPER_HPP
22
#define UTIL_VARIANT_RECURSIVE_WRAPPER_HPP
33

4+
#include <utility>
5+
46
namespace util {
57

68
template <typename T>

0 commit comments

Comments
 (0)