SOLVED: Problem compiling code error: "undefined Reference to 'Timer1'"

OK when using CodeBlocks, I copied the PinChangeInt and TimerOne folders under my main program directory libraries folder, then I used the following lines and it finally compiled in CodeBlocks too.
Thanks Everyone for all your help!

#include <.\libraries\PinChangeInt\PinChangeInt.h>
#include <.\libraries\TimerOne\TimerOne.h>