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 @@
#define _GRAPHICS_ARRAY_H
#include "Types.h"
#include <string.h>
#ifdef _LINUX
#include "string.h"
#endif
......
......@@ -5,6 +5,7 @@
#include "../graphics/aggplustypes.h"
#include <string>
#include <string.h>
#include <stdlib.h>
// 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