Include missing "windows.h" and fix headers ordering
For PCWSTR on line 198.
This commit is contained in:
parent
d6ffbc0148
commit
1ac0ab2b71
3 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
#include "native_mate/arguments.h"
|
||||
|
||||
#if defined(OS_WIN)
|
||||
#include <windows.h>
|
||||
#include "base/files/file_path.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue