1
0

fix sort is not a member of std on newers compilers

This commit is contained in:
mckaygerhard 2024-06-01 19:49:19 -04:00
parent 9866b07654
commit 5bf0190771

View File

@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/numeric.h"
#include "porting.h"
#include "settings.h"
#include <algorithm>
///////////////////////////////////////////////////////////////////////////////