Browse Source

Adding missing imports for strdup

Jisi Liu 8 năm trước cách đây
mục cha
commit
34ebca0ca8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/google/protobuf/compiler/subprocess.cc

+ 1 - 0
src/google/protobuf/compiler/subprocess.cc

@@ -33,6 +33,7 @@
 #include <google/protobuf/compiler/subprocess.h>
 
 #include <algorithm>
+#include <cstring>
 #include <iostream>
 
 #ifndef _WIN32