I am using Ultimate gps breakout v3 with Arduino and when I use example code (leo_parsing) I get this error. Please can you help
leo_parsing:35: error: 'Adafruit_GPS' does not name a type
leo_parsing.ino: In function 'void setup()':
leo_parsing:52: error: 'GPS' was not declared in this scope
leo_parsing:55: error: 'PMTK_SET_NMEA_OUTPUT_RMCGGA' was not declared in this scope
leo_parsing:62: error: 'PMTK_SET_NMEA_UPDATE_1HZ' was not declared in this scope
leo_parsing:67: error: 'PGCMD_ANTENNA' was not declared in this scope
leo_parsing:71: error: 'PMTK_Q_RELEASE' was not declared in this scope
leo_parsing.ino: In function 'void loop()':
leo_parsing:77: error: 'GPS' was not declared in this scope

