Error uploading Code. NEED HELP GUYS.

Hey guys, I get this error message when verifying my code. Please really need help.

Error message:

Arduino: 1.6.12 (Windows 10), Board: "Arduino/Genuino Uno"

Build options changed, rebuilding all
C:\Users\User\sketch_sep20b\sketch_sep20b.ino:3:17: fatal error: LCD.h: No such file or directory

#include <LCD.h>

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

Turn on VERBOSE and post the output using code tags if you don't mind.

However it looks like a missing library or an incorrect one.

Go to the site you got the code from and get the correct library to match the sketch.

Thanks alot. I will try it out.