Skip to content

Commit

Permalink
fix includes (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 2, 2025
1 parent 0add50f commit 587a125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vcpkg/vcpkgpaths.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <vcpkg/base/fwd/downloads.h>
#include <vcpkg/base/fwd/expected.h>
#include <vcpkg/base/fwd/files.h>
#include <vcpkg/base/fwd/git.h>
#include <vcpkg/base/fwd/system.h>
Expand All @@ -23,7 +24,6 @@

#include <map>
#include <string>
#include <utility>
#include <vector>

namespace vcpkg
Expand Down

0 comments on commit 587a125

Please sign in to comment.