// Copyright Epic Games, Inc. All Rights Reserved. #include "Pch.h" #include "Asio.h" #if defined(_MSC_VER) # include #else # include #endif TS_ASIO_INCLUDE_BEGIN #include "asio/impl/src.hpp" TS_ASIO_INCLUDE_END /* vim: set noexpandtab : */