Skip to content

Commit

Permalink
Merge pull request #210 from Flowdalic/add-missing-memory-include-to-…
Browse files Browse the repository at this point in the history
…websocket

Add missing #include <memory> to websocket.h
  • Loading branch information
daid committed May 22, 2022
2 parents 07732f9 + 9fe1272 commit 9c7f02b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/io/http/websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#include <io/network/tcpSocket.h>
#include <unordered_map>

#ifndef EMSCRIPTEN
#include <memory>
#endif

namespace sp {
namespace io {
Expand Down

0 comments on commit 9c7f02b

Please sign in to comment.