#ifndef ARRAY2_ARRAY_FWD_H #define ARRAY2_ARRAY_FWD_H #include namespace casacore { //#Begin casa namespace template> class Array; template> class Vector; template> class Matrix; template> class Cube; typedef bool LogicalArrayElem; typedef Array LogicalArray; template class MaskedArray; typedef MaskedArray, std::allocator> MaskedLogicalArray; class Slice; class Slicer; template> class ArrayIterator; } #endif