Skip to content

Commit 3aad4af

Browse files
authored
Merge pull request #34 from paulcbetts/vs2015
Build correctly in VS2015
2 parents 35a5dad + 1818702 commit 3aad4af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cld.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#include "compact_lang_det.h"
22
#include "encodings.h"
33
#include "constants.h"
4+
5+
using std::terminate_handler;
6+
using std::unexpected_handler;
7+
48
#include "nan.h"
59

610
namespace NodeCld {

0 commit comments

Comments
 (0)