WProgram.h to Arduino.h is not working

I am trying to use this library

but it is trouble shooting so I changed WProgram.h to Arduino.h and it still isn't working. I dont think i've missed any out.

please help!!

ps. if anyone knows of a good source for codes for WS2812B LED strip please share

Thank you

it still isn't working.

Be more specific

What did you try ?
What should it do ?
What did it do ?

I downloaded this LEDStrip library and tried using the example SineWaveRotate code but when I tried to verify it this error message showed up :

In file included from /Users/imaansattar/Documents/Arduino/libraries/LEDStrip/examples/SineWaveRotate/SineWaveRotate.pde:1:0:
/Users/imaansattar/Documents/Arduino/libraries/LEDStrip/LEDStrip.h:5:10: error: #include expects "FILENAME" or
#include “WProgram.h”
^
exit status 1
Error compiling for board Arduino/Genuino Uno.

So I tried changing WProgram.h to Arduino.h in the .cpp and .h files but it is still giving an error

So I tried changing WProgram.h to Arduino.h in the .cpp and .h files but it is still giving an error

You made some changes, and expect us to guess what the result of those changes is, and why the result is wrong. I think I'll pass.

Now, if you were to post ALL of your code and the library files that you modified, it wouldn't be a guessing game any more.

(deleted)