Skip to content

Commit

Permalink
added include memory
Browse files Browse the repository at this point in the history
Signed-off-by: abbr <[email protected]>
  • Loading branch information
abbr committed Jul 7, 2014
1 parent e4fe5f4 commit 4f439c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-sspi",
"version": "0.0.1",
"version": "0.0.2",
"description": "Windows SSPI authentication for Node",
"main": "index.js",
"author": "Fred Wen<[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions src/NodeSSPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <atlenc.h>
#include <atlstr.h>
#include <map>
#include <memory>

//#include <windows.h>
//#include <winsock2.h>
#include <sspi.h>
Expand Down

0 comments on commit 4f439c3

Please sign in to comment.