Browse Source

Add missing algorithm include

Bart van Strien 6 năm trước cách đây
mục cha
commit
8541c34ca7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/windows/SChannelConnection.cpp

+ 1 - 0
src/windows/SChannelConnection.cpp

@@ -3,6 +3,7 @@
 #include <security.h>
 #include <schnlsp.h>
 #include <assert.h>
+#include <algorithm>
 
 #include "SChannelConnection.h"