mirror of https://github.com/aria2/aria2
Merge pull request #1943 from hmartinez82/FixBuild
Add missing <array> include to WinTLSSession.hpull/1969/head
commit
05f3c47988
|
@ -37,7 +37,7 @@
|
||||||
#define WIN_TLS_SESSION_H
|
#define WIN_TLS_SESSION_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <array>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "TLSSession.h"
|
#include "TLSSession.h"
|
||||||
#include "WinTLSContext.h"
|
#include "WinTLSContext.h"
|
||||||
|
|
Loading…
Reference in New Issue