Forgot preprocessor header include

This commit is contained in:
Dylan K. Taylor 2017-02-14 16:43:43 +00:00
parent 7b5e5832cb
commit f00e7ccb54

View File

@ -22,6 +22,8 @@
namespace pocketmine\network\protocol;
#include <rules/DataPacket.h>
class UpdateTradePacket extends DataPacket{
const NETWORK_ID = Info::UPDATE_TRADE_PACKET;