Damian Wrobel
e831433a20
Add missing <cstring> header (#21069)
Fixes the following compilation errors:
../../flutter/shell/platform/linux/fl_value.cc:267:3: error: use of undeclared identifier 'memcpy'
memcpy(self->values, data, sizeof(uint8_t) * data_length);
^
../../flutter/shell/platform/linux/fl_value.cc:284:3: error: use of undeclared identifier 'memcpy'
memcpy(self->values, data, sizeof(int32_t) * data_length);
^
../../flutter/shell/platform/linux/fl_value.cc:294:3: error: use of undeclared identifier 'memcpy'
memcpy(self->values, data, sizeof(int64_t) * data_length);
^
../../flutter/shell/platform/linux/fl_value.cc:304:3: error: use of undeclared identifier 'memcpy'
memcpy(self->values, data, sizeof(double) * data_length);
^
../../flutter/shell/platform/linux/fl_string_codec.cc:29:28: error: use of undeclared identifier 'strlen'
return g_bytes_new(text, strlen(text));
^
../../flutter/shell/platform/linux/fl_standard_message_codec.cc:512:23: error: use of undeclared identifier 'strlen'
size_t length = strlen(text);
^
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2020-09-10 09:24:54 -07:00
..
2020-06-26 11:17:15 +12:00
2020-08-28 14:31:34 +12:00
2020-07-29 13:10:15 -07:00
2020-07-03 09:37:51 +12:00
2020-07-02 09:35:00 +12:00
2020-07-02 09:35:00 +12:00
2020-08-28 09:57:14 +12:00
2020-08-05 10:35:03 +12:00
2020-06-03 06:21:46 +12:00
2020-08-28 09:57:14 +12:00
2020-08-05 10:35:03 +12:00
2020-06-26 11:17:15 +12:00
2020-06-26 11:17:15 +12:00
2020-06-09 12:20:06 +12:00
2020-08-28 09:57:14 +12:00
2020-06-03 06:21:46 +12:00
2020-06-05 13:26:54 +12:00
2020-06-03 06:22:24 +12:00
2020-08-05 10:35:03 +12:00
2020-06-26 13:56:18 +12:00
2020-06-11 12:31:29 +12:00
2020-06-03 06:21:46 +12:00
2020-06-03 06:21:46 +12:00
2020-06-12 09:11:36 +12:00
2020-08-28 09:57:14 +12:00
2020-08-05 10:35:03 +12:00
2020-06-05 13:26:54 +12:00
2020-08-05 10:35:03 +12:00
2020-06-03 06:21:46 +12:00
2020-06-04 14:31:35 +12:00
2020-07-15 15:37:18 -07:00
2020-06-10 14:16:42 +12:00
2020-07-10 11:34:23 +12:00
2020-06-10 12:02:24 +12:00
2020-06-17 06:25:48 +12:00
2020-06-17 06:25:48 +12:00
2020-08-05 12:04:01 +12:00
2020-06-17 06:25:48 +12:00
2020-08-28 14:31:34 +12:00
2020-08-05 12:04:01 +12:00
2020-08-28 14:31:34 +12:00
2020-08-28 14:31:34 +12:00
2020-06-03 06:22:52 +12:00
2020-09-10 09:24:54 -07:00
2020-06-03 06:22:24 +12:00
2020-08-05 10:35:03 +12:00
2020-09-10 09:24:54 -07:00
2020-08-25 10:51:02 -07:00
2020-08-03 10:44:20 +12:00
2020-09-10 09:24:54 -07:00
2020-08-28 09:57:14 +12:00