Skip to content

Commit

Permalink
pyvrs required fixes
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/vrs#168

- fmt::join has been moved in the fmt library from one header to another. We need to include both location to be sure to build in all context and in open source with older and newer versions of fmt.
- make sure the vrs hash is current

Differential Revision: D66797878
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed Dec 5, 2024
1 parent baaef19 commit 7984ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions csrc/reader/MultiVRSReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <string>

#include <fmt/format.h>
#include <fmt/ranges.h>

#include <pybind11/attr.h>
#include <pybind11/cast.h>
Expand Down
2 changes: 1 addition & 1 deletion csrc/vrs
Submodule vrs updated from 6add55 to e021ba

0 comments on commit 7984ab6

Please sign in to comment.