Trouble with libraries

Hi,
I'm using two libraries in my program (VirtualWire and Servo)
When i'm sending it to my board, i recive error like this

libraries\VirtualWire\VirtualWire.cpp.o: In function `__vector_11':

C:\Users\Sławek\Documents\Arduino\libraries\VirtualWire/VirtualWire.cpp:591: multiple definition of `__vector_11'

libraries\Servo\avr\Servo.cpp.o:C:\Users\Sławek\Arduino\libraries\Servo\src\avr/Servo.cpp:81: first defined here

collect2.exe: error: ld returned 1 exit status

exit status 1
Error compiling for board Arduino/Genuino Uno.

I read smth on the internet, and it is connected with some 16 Bit timer, but i don't know how to fix it.
I will be so greatfull for help.

I'm using two libraries in my program

No, you are not. You may want to, but those two libraries use the same timer, so you can not use them together.

ServoTimer2 may offer some relief.