Skip to content

Commit 1818702

Browse files
committed
I don't know why VS2015 needs this but yolo
1 parent 35a5dad commit 1818702

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)