qtlskey_schannel_p.cpp: fix a compilation error

qtlskey_schannel.cpp(183): error C3861: 'lcSsl': identifier not found

Change-Id: I406860f87a7b7f93ac2c0ca3d426dfa88615a90e
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Li Xinwei 2021-02-02 18:22:53 +08:00
parent 3d341ae882
commit fce1019133

View File

@ -37,6 +37,7 @@
**
****************************************************************************/
#include "qssl_p.h"
#include "qtlskey_schannel_p.h"
#include "qsslkey_p.h"
#include "qsslkey.h"