Skip to content

Commit a7f3e73

Browse files
authored
Update PluginServer.h
Include `stdint.h` for non-MSVC compilers.
1 parent c6222bf commit a7f3e73

File tree

1 file changed

+2
-0
lines changed
  • tools/swift-plugin-server/Sources/CSwiftPluginServer/include

1 file changed

+2
-0
lines changed

tools/swift-plugin-server/Sources/CSwiftPluginServer/include/PluginServer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#ifndef SWIFT_PLUGINSERVER_PLUGINSERVER_H
1414
#define SWIFT_PLUGINSERVER_PLUGINSERVER_H
1515

16+
#include <stdint.h>
17+
1618
#ifdef __cplusplus
1719
extern "C" {
1820
#endif

0 commit comments

Comments
 (0)