Skip to content

Commit

Permalink
Add Memory include for Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Jul 29, 2024
1 parent fb16cdc commit 1040c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Network/Network/Define.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <Base/Types.h>
#include <memory>

class Bytebuffer;

Expand Down Expand Up @@ -139,4 +140,4 @@ namespace Network
SocketID socketID = SOCKET_ID_INVALID;
std::shared_ptr<Bytebuffer> buffer = nullptr;
};
}
}

0 comments on commit 1040c84

Please sign in to comment.