소스 검색

Add missing include

Bart van Strien 6 년 전
부모
커밋
2e0bafd1c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/windows/SChannelConnection.cpp

+ 1 - 0
src/windows/SChannelConnection.cpp

@@ -5,6 +5,7 @@
 #include <assert.h>
 #include <algorithm>
 #include <memory>
+#include <array>
 
 #include "common/config.h"
 #include "SChannelConnection.h"