Arduino error: expected unqualified-id before '<' token

BulldogLowell:
Try adding to the top of your program:

#include <LiquidCrystal.h>

Perfect thank you that worked.