Cannot build MultichannelTcpReceiver

Hello!
I’m trying to use the built-in MultichannelTcpReceiver class to receive data from a separate login server, but I get multiple build errors from just including the .h file.
I’ve been trying different includes along with it, and someone mentioned to me it might be the bUseUnityBuild setting so I’ve tried that too.
Here is a pastebin of the build log http://pastebin.com/FzSgvkU5

Solved it by including “MultichannelTCP.h” instead of “MultichannelTcpReceiver.h”