how to use map with Red-black tree algorithm

I would like to use map in my c++ code but TMap from unreal engine uses a hashing algorithm whereas I need the Red-black tree search algorithm which is used in the standard std::map and which has the upper_bound function I need but when I tried to use std::map gave me the error LNK2019 so is there a way to use map with the algorithm I need?