Merge pull request #1943 from hmartinez82/FixBuild

Add missing <array> include to WinTLSSession.h
pull/1969/head
Tatsuhiro Tsujikawa 2022-08-19 21:22:19 +09:00 committed by GitHub
commit 05f3c47988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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