diff --git a/src/recipe.cpp b/src/recipe.cpp index eeee162691adc..48f4a557422c5 100644 --- a/src/recipe.cpp +++ b/src/recipe.cpp @@ -458,7 +458,7 @@ std::string required_skills_as_string( _FIter first, _FIter last ) std::string recipe::primary_skill_string( const Character *c, bool print_skill_level ) const { - std::list< std::pair > skillList; + std::vector< std::pair > skillList; if( !skill_used.is_null() ) { skillList.push_back( std::pair( skill_used, difficulty ) );