diff --git a/include/vcpkg/base/fwd/fmt.h b/include/vcpkg/base/fwd/fmt.h index 7ffae1bfaa..8224f6ad69 100644 --- a/include/vcpkg/base/fwd/fmt.h +++ b/include/vcpkg/base/fwd/fmt.h @@ -1,16 +1,6 @@ #pragma once -namespace fmt -{ - inline namespace v11 - { - template - struct formatter; - - template - class basic_string_view; - } -} +#include #define VCPKG_FORMAT_AS(Type, Base) \ template \