Include the node header at the end to avoid collisions
This commit is contained in:
parent
cad1d9aa9c
commit
8da2bd43b8
1 changed files with 3 additions and 1 deletions
|
@ -2,8 +2,10 @@
|
||||||
// Use of this source code is governed by the MIT license that can be
|
// Use of this source code is governed by the MIT license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
#include "atom/common/node_includes.h"
|
|
||||||
#include "native_mate/dictionary.h"
|
#include "native_mate/dictionary.h"
|
||||||
|
// clang-format off
|
||||||
|
#include "atom/common/node_includes.h" // NOLINT(build/include_alpha)
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue