Add header required for min/max with VC2017

This commit is contained in:
Chris Cannam
2021-10-20 10:55:16 +01:00
parent 5b7f9e0e4d
commit c7af48f474

View File

@@ -26,6 +26,7 @@
#include <cmath>
#include <iostream>
#include <algorithm>
#include "../system/Allocators.h"
#include "../system/VectorOps.h"