Commit 965387b4 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

<string.h> для memcpy и memmove

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58854 954022d7-b5bf-4e40-9824-e11837661b57
parent 8e91112c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define _GRAPHICS_ARRAY_H #define _GRAPHICS_ARRAY_H
#include "Types.h" #include "Types.h"
#include <string.h>
#ifdef _LINUX #ifdef _LINUX
#include "string.h" #include "string.h"
#endif #endif
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "../graphics/aggplustypes.h" #include "../graphics/aggplustypes.h"
#include <string> #include <string>
#include <string.h>
#include <stdlib.h> #include <stdlib.h>
// pen ----------------------------------------------------------- // pen -----------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment