Skip to content

Commit

Permalink
fixing compilation issue with unity build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Sep 27, 2024
1 parent 7cf5f9c commit 595a387
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Akel/Runtime/Includes/Plugins/ELTM/TkIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Plugins/ELTM/ELTM.h>
#include <Plugins/ELTM/Token.h>

Expand All @@ -28,3 +31,5 @@ namespace Ak
func::function<Token()> m_get_next_token;
};
}

#endif

0 comments on commit 595a387

Please sign in to comment.