Skip to content

Commit ff27d43

Browse files
committed
Include cstdint in StateMachineTest
1 parent fdf6dba commit ff27d43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Code/max/Containers/StateMachine/StateMachineTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include <max/Testing/CoutResultPolicy.hpp>
1616
#include <max/Testing/TestSuite.hpp>
1717

18+
#include <cstdint>
19+
1820
namespace max {
1921
namespace Containers {
2022
namespace StateMachine {

0 commit comments

Comments
 (0)