From bbae98698549b1c3e59a17d4f8b3eb8d64a551ba Mon Sep 17 00:00:00 2001 From: George Fotopoulos Date: Sat, 22 Jun 2024 02:53:37 +0300 Subject: [PATCH] Update examples --- examples/Example1.cpp | 1 + examples/Example2.cpp | 1 + examples/Example3.cpp | 1 + examples/Example4.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/Example1.cpp b/examples/Example1.cpp index 73eeee8..37501aa 100644 --- a/examples/Example1.cpp +++ b/examples/Example1.cpp @@ -1,6 +1,7 @@ #include "StateMachine/StateMachine1.hpp" #include +#include enum class state { state0, diff --git a/examples/Example2.cpp b/examples/Example2.cpp index 570e6dd..f9ab184 100644 --- a/examples/Example2.cpp +++ b/examples/Example2.cpp @@ -1,6 +1,7 @@ #include "StateMachine/StateMachine2.hpp" #include +#include enum class state { state0, diff --git a/examples/Example3.cpp b/examples/Example3.cpp index 5db5e7d..26e1250 100644 --- a/examples/Example3.cpp +++ b/examples/Example3.cpp @@ -1,6 +1,7 @@ #include "StateMachine/StateMachine3.hpp" #include +#include enum class state { state0, diff --git a/examples/Example4.cpp b/examples/Example4.cpp index 60bdd66..163431f 100644 --- a/examples/Example4.cpp +++ b/examples/Example4.cpp @@ -1,6 +1,7 @@ #include "StateMachine/StateMachine4.hpp" #include +#include enum class state { state0,