Arduino 1.6.1 eeprom.h missing (for Pro Micro)

I have been using a piece of code with #include <EEPROM.H> successfully. Recently I upgraded the Arduino environment to 1.6.1 and got this

fatal error: EEPROM.h: No such file or directory

compilation terminated.

Error compiling.

I am using the latest Sparkfun add-on (although I still have an old copy of SF32u4_boards-master). I just cannot seem to find a source for eeprom.h and eeprom.cpp. Please help. Thanks.

I am having the same issue with the mega board. Very annoying since I just finished writing all the code to talk to the eeprom.

Open the main sketch. Then go to sketch tab and import library, select EEPROM. It will put EEPROM.h as the first line of the file and it finds it just fine.

Sounds like a bug to me.