You're also missing an >> here:
Code:
cout << "Player one wins" endl;
[edit] Your program's output might also be easier to read if you printed it more like this:
Code:
Player 1, please enter
    '1' for Rock;
    '2' for Paper; or
    '3' for Scissors,
and then press Enter
Just a thought. [/edit]