Skip to content

Commit d67264b

Browse files
author
Joss Gray
committed
build: Add missing <algorithm> include
1 parent 18b0435 commit d67264b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/sio_packet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <rapidjson/encodedstream.h>
1010
#include <rapidjson/writer.h>
1111
#include <cassert>
12+
#include <algorithm>
1213

1314
#define kBIN_PLACE_HOLDER "_placeholder"
1415

0 commit comments

Comments
 (0)