Skip to content

Commit

Permalink
Add forgotten include statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 15, 2024
1 parent 4e718bb commit 835740f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Behavioral_Patterns/Command/SimpleCommand.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef SIMPLE_COMMAND_H
#define SIMPLE_COMMAND_H

#include "Command.h"

template <class Receiver>
class SimpleCommand : public Command {
public:
Expand Down

0 comments on commit 835740f

Please sign in to comment.