Fix preprocessor

This commit is contained in:
Dylan K. Taylor 2017-09-11 09:42:31 +01:00
parent 8d0b881762
commit 88bd7713c5

View File

@ -27,7 +27,9 @@ namespace pocketmine\network\mcpe\protocol;
use pocketmine\network\mcpe\NetworkSession;
use pocketmine\network\mcpe\protocol\types\ContainerIds;
#ifndef COMPILE
use pocketmine\utils\Binary;
#endif
class PlayerHotbarPacket extends DataPacket{
const NETWORK_ID = ProtocolInfo::PLAYER_HOTBAR_PACKET;