summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CurrencyRates/src/stdafx.h')
-rw-r--r--plugins/CurrencyRates/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CurrencyRates/src/stdafx.h b/plugins/CurrencyRates/src/stdafx.h
index 62c7306491..362e0d63e8 100644
--- a/plugins/CurrencyRates/src/stdafx.h
+++ b/plugins/CurrencyRates/src/stdafx.h
@@ -31,6 +31,7 @@
#include <m_netlib.h>
#include <m_popup.h>
#include <m_userinfo.h>
+#include <m_gui.h>
#include <m_variables.h>
#include <m_CurrencyRates.h>
@@ -42,6 +43,8 @@
#include <boost\date_time\posix_time\posix_time.hpp>
#include <boost\date_time\c_local_time_adjustor.hpp>
+#include "../../../miranda-private-keys/CurrencyRates/secret_key.h"
+
typedef std::wstring tstring;
typedef std::wostringstream tostringstream;
typedef std::wistringstream tistringstream;