Skip to content

Commit

Permalink
Fix swoole#4983 Add missing header for GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 17, 2023
1 parent d9996c3 commit 3191406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/swoole_proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include <string>
#include <cstdint>

#define SW_SOCKS5_VERSION_CODE 0x05

Expand Down

0 comments on commit 3191406

Please sign in to comment.