summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/stdafx.h
diff options
context:
space:
mode:
authorDioksin <dioksin@ua.fm>2016-10-28 10:26:18 +0300
committerDioksin <dioksin@ua.fm>2016-10-28 10:26:18 +0300
commit90f21502c21e0cff38ee961b1bc7c4d96edba461 (patch)
treeeeb316a387de62aff88757bf209a3dee848b79c7 /plugins/Quotes/src/stdafx.h
parentfc47883d5726ae724d764a8600fbfd56c79893e0 (diff)
Chart was added to Quotes plugin
Diffstat (limited to 'plugins/Quotes/src/stdafx.h')
-rw-r--r--plugins/Quotes/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Quotes/src/stdafx.h b/plugins/Quotes/src/stdafx.h
index fe0bde6b88..838c01b6e9 100644
--- a/plugins/Quotes/src/stdafx.h
+++ b/plugins/Quotes/src/stdafx.h
@@ -105,6 +105,7 @@ inline tstring quotes_a2t(const char* s)
#include "QuotesProviderVisitorFormater.h"
#include "QuotesProviderVisitorTendency.h"
#include "QuotesProviderVisitorFormatSpecificator.h"
+#define CHART_IMPLEMENT
#ifdef CHART_IMPLEMENT
#include "QuoteChart.h"
#include "Chart.h"