diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-10-30 17:15:10 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-10-30 17:15:10 +0100 |
commit | 26874e2e07c1335d4bd3f20810326b441d2df39a (patch) | |
tree | fc4816f1ab8da46321062cd373f5c86bcb8a37f7 /doc | |
parent | 8a729270c144f93aaca72f5941c99217fe6e2d67 (diff) | |
download | node-26874e2e07c1335d4bd3f20810326b441d2df39a.tar.gz |
docs: addons: fix example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/addons.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index f4009cb8d..3234e7a60 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -29,6 +29,7 @@ C++: To get started we create a file `hello.cc`: + #include <node.h> #include <v8.h> using namespace v8; |