commit 577d8267b8d76eb6750df8b6455c0228cb553828 parent 000aeaeeb9fe44fe79b11fc66660834ab335e601 Author: [email protected] <[email protected]> Date: Tue, 6 Sep 2016 13:47:59 +0300 basic_expressions.hpp: Include <algorithm> Diffstat:
M | include/kfr/base/basic_expressions.hpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/kfr/base/basic_expressions.hpp b/include/kfr/base/basic_expressions.hpp @@ -27,6 +27,7 @@ #include "univector.hpp" #include "vec.hpp" +#include <algorithm> namespace kfr {