problem in MEGA ADK

I try to implemant the board for first use but I face aproblem after i add new libarires for AndroidAccessory,CapSense and USB_Host_Shield so after I ran the demokit i got that errors
In file included from demokit.cpp:4:
C:\arduino-1.0\libraries\USB_Host_Shield/Max3421e.h:37:22: error: WProgram.h: No such file or directory
In file included from demokit.cpp:4:
C:\arduino-1.0\libraries\USB_Host_Shield/Max3421e.h:44: error: 'byte' does not name a type

any soultion please

The USB Host Shield library is trying to use WProgram.h, which changed to Arduino.h in 1.0.

Make sure you are using the latest version of that library. The one you are using isn't compatible with 1.0.

Thanks James but where can i found the latest libarary