Add "using std::get" to yosys.h
authorClifford Wolf <clifford@clifford.at>
Tue, 25 Jul 2017 12:52:34 +0000 (14:52 +0200)
committerClifford Wolf <clifford@clifford.at>
Tue, 25 Jul 2017 12:52:34 +0000 (14:52 +0200)
kernel/yosys.h

index 1076fb215c1474cb16c66ac94782e38612429d50..5ec681b32c94845f64bc491e7199ca2c3e2139f2 100644 (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;