Can't find wire.h ?

Hi ,

I'm currently using Arduino MICRO to develop our project and got an error at compiling my code as "no matching function for call to 'TwoWire::beginTransmission()'"

I tried to look my folder \Arduino\libraries , there is no sub-folder called wire .

Do I need to install additional component ? Or where can I find the file or How can I solve this issue ?

Thanks in advance .

Best regards,
Sidney chi.

Ok, I found my wire.h in Arduino\hardware\arduino\avr\libraries\Wire\src , and I think my problem solved .

Thanks for every one who ever try to help

Best regards,
Sidney