From ad7dd6656646c6ccc60784265ce62f635cbb3ebf Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 18 Apr 2011 06:37:13 -0700 Subject: [PATCH] fix compile: add missing include --- xwords4/common/server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/common/server.h b/xwords4/common/server.h index 1184c2b7a..8ac90bca2 100644 --- a/xwords4/common/server.h +++ b/xwords4/common/server.h @@ -25,6 +25,7 @@ #include "commmgr.h" #include "model.h" +#include "engine.h" #ifdef CPLUS extern "C" {