Browse Source

Merge pull request #1315 from richardkchapman/roxiemem-refactor

Fix compile error from gcc

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 13 years ago
parent
commit
a33279a227
1 changed files with 2 additions and 0 deletions
  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: