Skip to content

Commit

Permalink
Merge pull request #59 from poncateam/fix_missing_include
Browse files Browse the repository at this point in the history
Add missing include
  • Loading branch information
nmellado authored May 13, 2022
2 parents 7bc9d4e + 9599904 commit 3da9550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ponca/src/Common/Containers/stack.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include <array>

#include "../defines.h" //STD_SAFE_AT

namespace Ponca {

/// Stack with fixed-size storage
Expand Down

0 comments on commit 3da9550

Please sign in to comment.