1--- ./Card.cpp.orig 2013-10-29 15:12:13.000000000 -0200 2+++ ./Card.cpp 2013-10-29 15:12:13.000000000 -0200 3@@ -25,6 +25,8 @@ 4 #include <iostream> 5 #include "Card.h" 6 7+using namespace std; 8+ 9 //## Constructors 10 11 Card::Card(int CardIndex) 12 13