Skip to content

Commit 047fb76

Browse files
jeredfloydzwoop
authored andcommitted
include <cstring> for access to C-string operations (#8786)
(cherry picked from commit 02e58e0)
1 parent 1918512 commit 047fb76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/experimental/icap/icap_plugin.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
*/
2727

2828
#include <string>
29+
#include <cstring>
2930
#include <regex>
3031

3132
#include <netinet/in.h>

plugins/experimental/redo_cache_lookup/redo_cache_lookup.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <iostream>
2525
#include <regex>
26+
#include <cstring>
2627
#include <set>
2728
#include <sstream>
2829
#include <getopt.h>

0 commit comments

Comments
 (0)