Skip to content

Commit 999744c

Browse files
authored
Merge pull request #16090 from protocolbuffers/cp-add-include
Add <shellapi.h> include for CommandLineToArgvW
2 parents 480ddc6 + 2299e1d commit 999744c

File tree

1 file changed

+1
-0
lines changed
  • src/google/protobuf/compiler

1 file changed

+1
-0
lines changed

src/google/protobuf/compiler/main.cc

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#ifdef _MSC_VER
2525
#include <windows.h>
26+
#include <shellapi.h>
2627
#endif
2728

2829
namespace google {

0 commit comments

Comments
 (0)