summaryrefslogtreecommitdiff
path: root/deps/v8/src/unicode-decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/unicode-decoder.h')
-rw-r--r--deps/v8/src/unicode-decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/unicode-decoder.h b/deps/v8/src/unicode-decoder.h
index c030841166..35d23a2ac7 100644
--- a/deps/v8/src/unicode-decoder.h
+++ b/deps/v8/src/unicode-decoder.h
@@ -7,10 +7,11 @@
#include <sys/types.h>
#include "src/globals.h"
+#include "src/utils.h"
namespace unibrow {
-class Utf8DecoderBase {
+class V8_EXPORT_PRIVATE Utf8DecoderBase {
public:
// Initialization done in subclass.
inline Utf8DecoderBase();