diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-06 06:44:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-06 06:44:28 +0000 |
commit | 364298fae60d675d65e8456f58a27a5bcfce79cc (patch) | |
tree | f58e4d86b844f1b33dab6d405ca8964664f2fad4 /src/mir_core/commonheaders.h | |
parent | 300b0d6897c31b9250dd6a60746646b036986983 (diff) |
- special function json_as_pstring, that returns std::string directly from json core
- json_register_memory_callbacks removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/commonheaders.h')
-rw-r--r-- | src/mir_core/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mir_core/commonheaders.h b/src/mir_core/commonheaders.h index 4a76153e96..26e32aa1c8 100644 --- a/src/mir_core/commonheaders.h +++ b/src/mir_core/commonheaders.h @@ -36,6 +36,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <commctrl.h>
#include <vssym32.h>
+#include <string>
+
#include <malloc.h>
#include <stdio.h>
#include <time.h>
|