1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/CaribbeanStud/files/patch-CaribbeanStud.cpp
Danilo Egea Gondolfo c65da11422 - Remove extra tabs
- Add stage support
- Fix build
- Add DOCS option
2013-10-29 18:00:51 +00:00

12 lines
249 B
C++

--- ./CaribbeanStud.cpp.orig 2013-10-29 15:12:43.000000000 -0200
+++ ./CaribbeanStud.cpp 2013-10-29 15:12:55.000000000 -0200
@@ -27,6 +27,8 @@
#include "Player.h"
#include "Table.h"
+using namespace std;
+
int main(int argc, char ** argv)
{