[CARDLIB]

* Fix build.

svn path=/trunk/; revision=61533
This commit is contained in:
Amine Khaldi 2014-01-04 15:07:36 +00:00
parent 8bda2730f2
commit 73809c59e6
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@
// count.Clear();
//
#include "cardlib.h"
#include "cardcount.h"
CardCount::CardCount()

View file

@ -5,7 +5,7 @@
// Copyright J Brown 2001
//
#include "cardstack.h"
#include "cardlib.h"
Card &CardStack::operator[] (size_t index)
{