Missing but not missing graphic.h?

The compiler will look for a file called graphic.h in the sketch directory first. Is that file there? If it's not there, the compiler will look in the standard directories for that file. If it can't find it there, you will get the error.

So you have to figure out where that specific file is. Where di you get that sketch from?

That sketch does not look like the sketch that you posted.