Skip to content

Commit

Permalink
vcpkg: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 26, 2024
1 parent f42db48 commit 6e96d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcpkg/test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <agg/agg_trans_affine.hpp>
#include <agg/agg_trans_affine.h>

using namespace std::string_view_literals;
#include <iostream>

int main(int argc, const char** argv){
agg::trans_affine t(10, 20, 30, 40, 50, 60);
Expand Down

0 comments on commit 6e96d0c

Please sign in to comment.