소스 검색

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"