#pragma once #include "boost/predef/os.h" #include #if BOOST_OS_WINDOWS #include "Common/windows/platform.h" #elif BOOST_OS_LINUX #include "byteswap.h" //#include // #include #include "Common/linux/platform.h" #elif BOOST_OS_MACOS #endif