diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedList.H b/src/OpenFOAM/containers/Lists/FixedList/FixedList.H index 5f7f46141c78e3427ba91642e8bd63636c01b05f..6c64a92d03f3a0400a33ff3cf0cd7e40cceff75a 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedList.H +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedList.H @@ -128,7 +128,7 @@ public: FixedList(Istream&); //- Clone - inline autoPtr<FixedList<T, Size> > clone() const; + inline autoPtr< FixedList<T, Size> > clone() const; // Member Functions diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H b/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H index cf6ea8efb2004f9ff364cef3a5f846a7be18bef4..564742d491ee05c9f8ee34e922fc35ee1bc20bb3 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H @@ -26,6 +26,7 @@ License #include "UList.H" #include "SLList.H" +#include "contiguous.H" // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //