Servo.h library (included with arduino) (SOLVED)

Hi Colin - the Servo library is actually included by default; it works just like the Arduino library, except you don’t need the line:

#include <Servo.h>

Remove that line and it should work fine!