diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-25 13:22:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-25 13:22:23 +0300 |
commit | 7fa146da5ce8f90afc80fe69311671966791922b (patch) | |
tree | 8d47d4d699ed9426a18be6078db676d392ccdc5a /plugins/CurrencyRates | |
parent | 23729c4f6a62de7a71368ffdeeeb08470ff4731e (diff) |
adaptation of build scripts for CurrencyRates
Diffstat (limited to 'plugins/CurrencyRates')
-rw-r--r-- | plugins/CurrencyRates/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/stdafx.h b/plugins/CurrencyRates/src/stdafx.h index 1e455e5f2f..83c696ad69 100644 --- a/plugins/CurrencyRates/src/stdafx.h +++ b/plugins/CurrencyRates/src/stdafx.h @@ -31,7 +31,7 @@ #include <m_userinfo.h> #include <m_variables.h> -#include <m_Quotes.h> +#include <m_CurrencyRates.h> #include <m_toptoolbar.h> #include <boost\bind.hpp> |