diff --git a/Behavioral_Patterns/Command/SimpleCommand.h b/Behavioral_Patterns/Command/SimpleCommand.h index 4c11330..e1c5928 100644 --- a/Behavioral_Patterns/Command/SimpleCommand.h +++ b/Behavioral_Patterns/Command/SimpleCommand.h @@ -1,6 +1,8 @@ #ifndef SIMPLE_COMMAND_H #define SIMPLE_COMMAND_H +#include "Command.h" + template class SimpleCommand : public Command { public: