aboutsummaryrefslogtreecommitdiffstats
path: root/games/CaribbeanStud/files/patch-Card.cpp
blob: 8875660fce193e6b68938da9645bba8a4e80f6f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./Card.cpp.orig 2013-10-29 15:12:13.000000000 -0200
+++ ./Card.cpp  2013-10-29 15:12:13.000000000 -0200
@@ -25,6 +25,8 @@
 #include <iostream>
 #include "Card.h"
 
+using namespace std;
+
 //## Constructors
 
 Card::Card(int CardIndex)