From 734dc0a484c7dbffd8661abf3a8702747c7f814b Mon Sep 17 00:00:00 2001 From: kenorb Date: Wed, 11 Aug 2021 23:44:29 +0100 Subject: [PATCH] Bar/Pattern: Adds missing includes --- Bar.struct.h | 1 + Pattern.struct.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Bar.struct.h b/Bar.struct.h index a8c9bf7e3..95a7e6b17 100644 --- a/Bar.struct.h +++ b/Bar.struct.h @@ -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 diff --git a/Pattern.struct.h b/Pattern.struct.h index 66ab293c2..2297c7c51 100644 --- a/Pattern.struct.h +++ b/Pattern.struct.h @@ -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 {