Add "using std::get" to yosys.h

This commit is contained in:
Clifford Wolf 2017-07-25 14:52:34 +02:00
parent c97c92e4ec
commit 493fedbaf9
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ using std::pair;
using std::make_tuple;
using std::make_pair;
using std::get;
using std::min;
using std::max;