diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-03 17:20:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-03 17:20:49 +0000 |
commit | f84d16a57eee1f8ecb40a72861496d903b18ffd4 (patch) | |
tree | ad7bab13c0d11b34a1d1a6d1f5ee3100ecd7b7c1 /plugins/Variables/src/variables.h | |
parent | 4c7043a8e251ca5bdf32b2cba7ece8c392c5a1fe (diff) |
crazy memory allocation code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/variables.h')
-rw-r--r-- | plugins/Variables/src/variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index f670eda2f8..c8184a00ec 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -43,6 +43,7 @@ #include <m_icolib.h>
#include <m_clui.h>
#include <m_clc.h>
+#include <m_string.h>
#include <m_variables.h>
#include <m_metacontacts.h>
|