Skip to content

Commit

Permalink
Merge pull request #16090 from protocolbuffers/cp-add-include
Browse files Browse the repository at this point in the history
Add <shellapi.h> include for CommandLineToArgvW
  • Loading branch information
zhangskz committed Mar 6, 2024
2 parents 480ddc6 + 2299e1d commit 999744c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/google/protobuf/compiler/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#ifdef _MSC_VER
#include <windows.h>
#include <shellapi.h>
#endif

namespace google {
Expand Down

0 comments on commit 999744c

Please sign in to comment.