added some std features used in RogueViz

This commit is contained in:
Zeno Rogue 2018-06-22 02:00:26 +02:00
parent 8f8a259992
commit da60a2f336
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ using std::stable_sort;
using std::out_of_range;
using std::get;
using std::random_shuffle;
using std::move;
using std::make_tuple;
using std::abs;
using std::isfinite;