Преглед на файлове

Merge pull request #1943 from hmartinez82/FixBuild

Add missing <array> include to WinTLSSession.h
Tatsuhiro Tsujikawa преди 3 години
родител
ревизия
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"