ソースを参照

Add missing algorithm include

Bart van Strien 6 年 前
コミット
8541c34ca7
1 ファイル変更1 行追加0 行削除
  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"