mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
FixedList: added missing #include "contiguous.H"
This commit is contained in:
@ -128,7 +128,7 @@ public:
|
||||
FixedList(Istream&);
|
||||
|
||||
//- Clone
|
||||
inline autoPtr<FixedList<T, Size> > clone() const;
|
||||
inline autoPtr< FixedList<T, Size> > clone() const;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
@ -26,6 +26,7 @@ License
|
||||
|
||||
#include "UList.H"
|
||||
#include "SLList.H"
|
||||
#include "contiguous.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user