Skip to content

Commit 1fb540e

Browse files
NickNasomhdawson
authored andcommitted
Use curly brackets to include node_api.h
PR-URL: #493 Reviewed-By: Michael Dawson <[email protected]>
1 parent b2b0812 commit 1fb540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef SRC_NAPI_H_
22
#define SRC_NAPI_H_
33

4-
#include "node_api.h"
4+
#include <node_api.h>
55
#include <functional>
66
#include <initializer_list>
77
#include <string>

0 commit comments

Comments
 (0)