#pragma once #include "orbis-config.hpp" namespace orbis { struct cpuset { uint bits; }; } // namespace orbis