diff --git a/vcpkg/test/main.cpp b/vcpkg/test/main.cpp index 0a398cb..913bff6 100644 --- a/vcpkg/test/main.cpp +++ b/vcpkg/test/main.cpp @@ -1,6 +1,6 @@ -#include +#include -using namespace std::string_view_literals; +#include int main(int argc, const char** argv){ agg::trans_affine t(10, 20, 30, 40, 50, 60);