No,
Do you have a link to the library?
Probably it is not upgraded for use with 1.0, you should check the release notes of 1.0 to see what needs to be changed.
it should have something like this code in it.
#if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif