FixedList: added missing #include "contiguous.H"

This commit is contained in:
Mark Olesen
2009-03-04 15:03:15 +01:00
parent 47bd172682
commit 9611853659
2 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public:
FixedList(Istream&);
//- Clone
inline autoPtr<FixedList<T, Size> > clone() const;
inline autoPtr< FixedList<T, Size> > clone() const;
// Member Functions

View File

@ -26,6 +26,7 @@ License
#include "UList.H"
#include "SLList.H"
#include "contiguous.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //