#include "pch.h" #include "vcpkg_GlobalState.h" namespace vcpkg { Util::LockGuarded GlobalState::timer; std::atomic GlobalState::debugging = false; std::atomic GlobalState::feature_packages = false; }