PinChangeInt.h not compiling

Hi S_v_L,
UNO and 101 are completely different boards with different architectures.
Curie chip on 101 is much more capable than AVR328 mounted on UNO, so every pin has interrupt capabilities without any need of special libraries.
Please note that every AVR-specific library (like TimerOne) will not work with 101 but there are replacements available and the documentation is growing.