diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-24 09:48:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-24 09:48:36 +0000 |
commit | ab90002f47192dcbb88fe5926faf52299179d815 (patch) | |
tree | 1baa1051dd9fb3f87ebed4419e681b27631046ed /plugins/SimpleAR/src/Common.h | |
parent | 5585955fe703030dfcda3be1c66b81635375fc03 (diff) |
StrReplace function removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/src/Common.h')
-rw-r--r-- | plugins/SimpleAR/src/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SimpleAR/src/Common.h b/plugins/SimpleAR/src/Common.h index ac898491a7..3e92e6867d 100644 --- a/plugins/SimpleAR/src/Common.h +++ b/plugins/SimpleAR/src/Common.h @@ -9,6 +9,7 @@ #include <m_database.h>
#include <m_options.h>
#include <m_protosvc.h>
+#include <m_string.h>
#include <m_variables.h>
|