#pragma once #include #include "common/common/logger.h" namespace Envoy { class OptionsImplPlatform : protected Logger::Loggable { public: static uint32_t getCpuCount(); }; } // namespace Envoy