Skip to content

Commit

Permalink
Use curly brackets to include node_api.h
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-addon-api#493
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
wroy7860 committed Jun 18, 2019
1 parent c21326e commit fb7fcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SRC_NAPI_H_
#define SRC_NAPI_H_

#include "node_api.h"
#include <node_api.h>
#include <functional>
#include <initializer_list>
#include <string>
Expand Down

0 comments on commit fb7fcb6

Please sign in to comment.