diff --git a/src/cxxTemplates/tsSLList.h b/src/cxxTemplates/tsSLList.h index 7b57b55bd..62d77355b 100644 --- a/src/cxxTemplates/tsSLList.h +++ b/src/cxxTemplates/tsSLList.h @@ -30,6 +30,9 @@ * */ +#ifndef tsSLListh +#define tsSLListh + #include // @@ -397,3 +400,5 @@ void tsSLIterRm::remove () this->pCurrent = this->pPrevious; this->pPrevious = 0; } + +#endif // tsSLListh diff --git a/src/libCom/cxxTemplates/tsSLList.h b/src/libCom/cxxTemplates/tsSLList.h index 7b57b55bd..62d77355b 100644 --- a/src/libCom/cxxTemplates/tsSLList.h +++ b/src/libCom/cxxTemplates/tsSLList.h @@ -30,6 +30,9 @@ * */ +#ifndef tsSLListh +#define tsSLListh + #include // @@ -397,3 +400,5 @@ void tsSLIterRm::remove () this->pCurrent = this->pPrevious; this->pPrevious = 0; } + +#endif // tsSLListh