Skip to content

Commit

Permalink
Fix includes (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 27, 2025
1 parent 874e302 commit fffdeb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/vcpkg/tools.test.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

#include <vcpkg/base/fwd/expected.h>
#include <vcpkg/base/fwd/fmt.h>
#include <vcpkg/base/fwd/json.h>
#include <vcpkg/base/fwd/optional.h>
#include <vcpkg/base/fwd/stringview.h>
#include <vcpkg/base/fwd/system.h>

#include <vcpkg/base/jsonreader.h>
#include <vcpkg/base/path.h>

#include <array>
Expand Down

0 comments on commit fffdeb2

Please sign in to comment.