Include objbase.h only for Windows
This commit is contained in:
parent
513d4fd225
commit
59550b203f
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
#include "atom/browser/native_window_views.h"
|
||||
|
||||
#if defined(OS_WIN)
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue