diff --git a/cg/cg2100.cpp b/cg/cg2100.cpp index ac33900e3..32bd29d2b 100755 --- a/cg/cg2100.cpp +++ b/cg/cg2100.cpp @@ -1,6 +1,7 @@ #include "cg2102.h" #include "cg21sld.h" -#include "cgpagame.h" +#include "cgpagame.h" +#include "../ca/movana.h" #include "../in/inlib01.h" #include diff --git a/cg/cg3600.cpp b/cg/cg3600.cpp index 934386534..31298f672 100755 --- a/cg/cg3600.cpp +++ b/cg/cg3600.cpp @@ -2161,6 +2161,7 @@ class TMastrino_set : public TRecordset protected: void add_field(TFieldtypes t, short id, int width, const char* name = NULL); long cell_request(long rec, short column, TString& str) const; + const TString& query_text() const { return EMPTY_STRING; } public: virtual TRecnotype items() const { return _grid.items(); }