arduino web thermostat controlled with android phone

Hello

Thx Marque for very interesting project (Controler, Somfy, ...) many thx

All your project I easy install and use but with thermostat I have a problem with error look below.
Any idea for reason?
I use: Arduino uno R3, Ethernet Shield W5100, DFRobot LCD Keypad Shield, DHT22 2x 2 channel 5v relay.
The library EEPROMEx working if I use a sample.
First error in 142 lines:

"""" Tw = EEPROM.readFloat(address);"""""

thermostat_marque_android.ino: In function 'void setup()':
thermostat_marque_android:142: error: 'EEPROM' was not declared in this scope
thermostat_marque_android.ino: In function 'void loop()':
thermostat_marque_android:281: error: 'EEPROM' was not declared in this scope
thermostat_marque_android.ino: In function 'void action(int, EthernetClient)':
thermostat_marque_android:423: error: 'EEPROM' was not declared in this scope
thermostat_marque_android:460: error: 'EEPROM' was not declared in this scope

thx Marque in advance.
br ale