summaryrefslogtreecommitdiff
path: root/common/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/message.h')
-rw-r--r--common/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/message.h b/common/message.h
index efcca2e..69135fe 100644
--- a/common/message.h
+++ b/common/message.h
@@ -14,6 +14,7 @@ using boost::dynamic_pointer_cast;
#include <string>
#include "state.h"
+#include "tile.h"
namespace Message {
namespace Types {
@@ -142,6 +143,7 @@ namespace Message {
RoundState(State state_);
State state;
+ Tiles dora;
virtual void serialize(boost::archive::text_oarchive& ar);
virtual void deserialize(boost::archive::text_iarchive& ar);