From ca7d0f1cac3394215666687a4f5176e5c4c805f9 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 3 Oct 2019 23:26:57 -0400 Subject: [PATCH] Add algorithm include for MSVC --- library/include/Types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/include/Types.h b/library/include/Types.h index 157b23a0e..38830f53c 100644 --- a/library/include/Types.h +++ b/library/include/Types.h @@ -25,6 +25,8 @@ distribution. #pragma once +#include + #include "Pragma.h" #include "Export.h"