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: #493
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
NickNaso authored and mhdawson committed Jun 18, 2019
1 parent b2b0812 commit 1fb540e
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 1fb540e

Please sign in to comment.