Skip to content

Commit

Permalink
fix(common): ensure nan is being included everywhere appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jul 8, 2018
1 parent 9a62b4d commit 7bddb24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef COMMON_H
#define COMMON_H

#include <nan.h>
#include "kerberos_gss.h"

// Provide a default custom delter for the `gss_result` type
Expand Down
1 change: 0 additions & 1 deletion src/kerberos_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define KERBEROS_CLIENT_H

#include "common.h"
#include "nan.h"

class KerberosClient : public Nan::ObjectWrap {
public:
Expand Down
1 change: 0 additions & 1 deletion src/kerberos_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define KERBEROS_SERVER_H

#include "common.h"
#include "nan.h"

class KerberosServer : public Nan::ObjectWrap {
public:
Expand Down

0 comments on commit 7bddb24

Please sign in to comment.