NRVec sorting moved to .h to be available for newly derived non-plain data types

This commit is contained in:
2022-06-09 21:36:42 +02:00
parent 3a163ae81f
commit 23d70d3808
3 changed files with 22 additions and 20 deletions

View File

@@ -16,6 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "vec.h"
#include "permutation.h"
#include <stdio.h>
#include <string.h>