Merge "Add header that declares memcpy()"

This commit is contained in:
Anatol Pomozov 2019-08-12 20:09:34 +00:00 committed by Gerrit Code Review
commit 0fe1b4bd8c
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <functional>

View File

@ -17,6 +17,7 @@
#include "writer.h"
#include <inttypes.h>
#include <string.h>
#include <unistd.h>
#include <string>