#pragma once // MSVC Built in macros for non-MSVC enviroments // #ifndef _UNLIKELY #define _UNLIKELY [[unlikely]] #endif // _UNLIKELY #ifndef _LIKELY #define _LIKELY [[likely]] #endif // _LIKELY // Standard libraries // #include #include #include #include #include #include #include #include #include #include // LXC util files // #include #include #include