Просмотр исходного кода

Merge pull request #1943 from hmartinez82/FixBuild

Add missing <array> include to WinTLSSession.h
Tatsuhiro Tsujikawa 3 лет назад
Родитель
Сommit
05f3c47988
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/WinTLSSession.h

+ 1 - 1
src/WinTLSSession.h

@@ -37,7 +37,7 @@
 #define WIN_TLS_SESSION_H
 
 #include <vector>
-
+#include <array>
 #include "common.h"
 #include "TLSSession.h"
 #include "WinTLSContext.h"