Skip to content

Conversation

@HurricanePootis
Copy link
Contributor

src/bsppp/bsppp.cpp is missing an #include <algorithm>

Compiling vpkedit head results in this error without it:

/home/hurricane/aur/vpkedit-git/src/vpkedit-git/src/shared/thirdparty/sourcepp/src/bsppp/bsppp.cpp:178:8: error: no member named 'sort' in namespace 'std'
  178 |                 std::sort(lumpIDs.begin(), lumpIDs.end(), [this](int lhs, int rhs) {
      |                 ~~~~~^
1 error generated.

@craftablescience
Copy link
Owner

It's always algorithm

@craftablescience craftablescience merged commit 324b526 into craftablescience:main Sep 30, 2024
6 checks passed
@HurricanePootis HurricanePootis deleted the bsppp branch January 16, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants