Libraries incompatible: IRemote.cpp vs. NewPing.cpp

Hello guys. i have NewPing_v1.9.0бversion 1.5 no longer download. And also does not work together with the library Remote.h
This error code :

libraries\IRremote\IRremote.cpp.o (symbol from plugin): In function `MATCH(int, int)':

(.text+0x0): multiple definition of `__vector_7'

libraries\NewPing\NewPing.cpp.o (symbol from plugin):(.text+0x0): first defined here

collect2.exe: error: ld returned 1 exit status

exit status 1
Ошибка компиляции для платы Arduino/Genuino Uno.

in this library version there are these lines partially.
I tried to comment these lines but apparently there is an extra code, the result is an error.

Could you help the newbie, what would remove this error in the version 1.9.0....?

#if defined (AVR_ATmega32U4) // Use Timer4 for ATmega32U4 (Teensy/Leonardo).
ISR(TIMER4_OVF_vect) {
#else
ISR(TIMER2_COMPA_vect) {
#endif
if(intFunc) intFunc(); // If wrapped function is set, call it.
}

Thank you very much for attention.
Evgeniy