浏览代码

Merge pull request #1315 from richardkchapman/roxiemem-refactor

Fix compile error from gcc

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 13 年之前
父节点
当前提交
a33279a227
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      roxie/roxiemem/roxiemem.cpp

+ 2 - 0
roxie/roxiemem/roxiemem.cpp

@@ -1014,6 +1014,8 @@ public:
 
 //================================================================================
 //
+class CChunkingRowManager;
+
 class CRoxieFixedRowHeap : implements IFixedRowHeap, public CInterface
 {
 public: