Skip to content

Commit

Permalink
add <utility> to be include order agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed May 26, 2014
1 parent 6dbc054 commit 9be8c51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recursive_wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef UTIL_VARIANT_RECURSIVE_WRAPPER_HPP
#define UTIL_VARIANT_RECURSIVE_WRAPPER_HPP

#include <utility>

namespace util {

template <typename T>
Expand Down

0 comments on commit 9be8c51

Please sign in to comment.