Skip to content

Commit

Permalink
Merge pull request #16 from DennisOSRM/master
Browse files Browse the repository at this point in the history
add <utility> to be include order agnostic
  • Loading branch information
Dane Springmeyer committed May 26, 2014
2 parents 6dbc054 + 9be8c51 commit b27a14e
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 b27a14e

Please sign in to comment.