Skip to content

Commit

Permalink
Bar/Pattern: Adds missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 11, 2021
1 parent dc07cec commit 734dc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Bar.struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Serializer;
#include "ISerializable.h"
#include "Serializer.enum.h"
#include "SerializerNode.enum.h"
#include "Std.h"

/* Struct for storing OHLC values. */
struct BarOHLC
Expand Down
1 change: 1 addition & 0 deletions Pattern.struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Includes.
#include "Bar.struct.h"
#include "Pattern.enum.h"
#include "Math.define.h"

// Defines structure for bitwise pattern values.
struct PatternBitwise {
Expand Down

0 comments on commit 734dc0a

Please sign in to comment.