Browse Source

Add missing <array>

Hernan Martinez 3 years ago
parent
commit
182f4f9ca2
1 changed files with 1 additions and 1 deletions
  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"