RF433MHz Shield - AZDelivery

I looked at the file and found this:

#if defined(ARDUINO)
#if ARDUINO >= 100
#include <Arduino.h>
#else
#include <wiring.h>
#endif

.

What type of Arduino did you specify?

Paul