Skip to content
Snippets Groups Projects
Commit 96118536 authored by Mark Olesen's avatar Mark Olesen
Browse files

FixedList: added missing #include "contiguous.H"

parent 47bd1726
Branches
Tags
No related merge requests found
...@@ -128,7 +128,7 @@ public: ...@@ -128,7 +128,7 @@ public:
FixedList(Istream&); FixedList(Istream&);
//- Clone //- Clone
inline autoPtr<FixedList<T, Size> > clone() const; inline autoPtr< FixedList<T, Size> > clone() const;
// Member Functions // Member Functions
......
...@@ -26,6 +26,7 @@ License ...@@ -26,6 +26,7 @@ License
#include "UList.H" #include "UList.H"
#include "SLList.H" #include "SLList.H"
#include "contiguous.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment