freebsd-ports/games/CaribbeanStud/files/patch-Card.cpp
Danilo Egea Gondolfo c65da11422 - Remove extra tabs
- Add stage support
- Fix build
- Add DOCS option
2013-10-29 18:00:51 +00:00

11 lines
239 B
C++

--- ./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)