diff options
Diffstat (limited to '3rdparty/bgfx/src/topology.cpp')
-rw-r--r-- | 3rdparty/bgfx/src/topology.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/topology.cpp b/3rdparty/bgfx/src/topology.cpp index 3123d62fb05..2804bc7ddf4 100644 --- a/3rdparty/bgfx/src/topology.cpp +++ b/3rdparty/bgfx/src/topology.cpp @@ -6,7 +6,7 @@ #include <bx/allocator.h> #include <bx/debug.h> #include <bx/fpumath.h> -#include <bx/radixsort.h> +#include <bx/sort.h> #include <bx/uint32_t.h> #include "config.h" |