Skip to content
3 changes: 3 additions & 0 deletions include/tvm/ffi/container/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ class MapObj : public Object {
// Reference class
template <typename, typename, typename>
friend class Map;

template <typename, typename>
friend struct TypeTraits;
};

/*! \brief A specialization of small-sized hash map */
Expand Down
Loading