Skip to content

Commit

Permalink
Added missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseam committed Feb 16, 2023
1 parent 032e8e7 commit 11b6ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Task/TaskAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#define TASK_ACTION_H

// Includes.
#include "../DateTime.mqh"
#include "../Std.h"
#include "../Terminal.define.h"
#include "TaskAction.enum.h"
Expand Down
1 change: 1 addition & 0 deletions Task/TaskCondition.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#define TASK_CONDITION_H

// Includes.
#include "../DateTime.mqh"
#include "../Std.h"
#include "../Terminal.define.h"
#include "TaskCondition.enum.h"
Expand Down
1 change: 1 addition & 0 deletions Task/TaskGetter.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

// Includes.
//#include "TaskGetter.enum.h"
#include "../DateTime.mqh"
#include "../Terminal.define.h"
#include "TaskGetter.struct.h"
#include "TaskGetterBase.h"
Expand Down

0 comments on commit 11b6ce5

Please sign in to comment.