Include missing "windows.h" and fix headers ordering

For PCWSTR on line 198.
This commit is contained in:
Tomas Rycl 2018-04-19 14:27:57 +02:00 committed by Samuel Attard
parent d6ffbc0148
commit 1ac0ab2b71
3 changed files with 7 additions and 1 deletions

View file

@ -4,8 +4,9 @@
#include "atom/browser/ui/certificate_trust.h"
#include <windows.h> // windows.h must be included first
#include <wincrypt.h>
#include <windows.h>
#include "base/callback.h"
#include "net/cert/cert_database.h"