diff --git a/Akel/Runtime/Includes/Plugins/ELTM/TkIterator.h b/Akel/Runtime/Includes/Plugins/ELTM/TkIterator.h index 5b5fe318..6789a825 100755 --- a/Akel/Runtime/Includes/Plugins/ELTM/TkIterator.h +++ b/Akel/Runtime/Includes/Plugins/ELTM/TkIterator.h @@ -2,6 +2,9 @@ // This file is a part of Akel // For conditions of distribution and use, see copyright notice in LICENSE +#ifndef __AK_ELTM_TOKEN_ITERATOR__ +#define __AK_ELTM_TOKEN_ITERATOR__ + #include #include @@ -28,3 +31,5 @@ namespace Ak func::function m_get_next_token; }; } + +#endif