소스 검색

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: