Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2014-03-26 01:36:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:13:53 +0300
commit1c65c4b6dd784bff012771758f578fadda34e8fb (patch)
tree6c2922f059b04c9172ea0bcaa2dea06bfcdfd430 /coding/byte_stream.hpp
parent9f6c81682484614b9f6704b202bdea24337577f7 (diff)
Correct using of cstring and memcpy includes.
Diffstat (limited to 'coding/byte_stream.hpp')
-rw-r--r--coding/byte_stream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/byte_stream.hpp b/coding/byte_stream.hpp
index 077b58d5d5..a1cd12ff22 100644
--- a/coding/byte_stream.hpp
+++ b/coding/byte_stream.hpp
@@ -2,7 +2,7 @@
#include "../base/base.hpp"
#include "../std/vector.hpp"
-#include "../std/memcpy.hpp"
+#include "../std/cstring.hpp"
class ArrayByteSource