summaryrefslogtreecommitdiffstats
path: root/gin/try_catch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gin/try_catch.h')
-rw-r--r--gin/try_catch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gin/try_catch.h b/gin/try_catch.h
index 390fb22..633b909 100644
--- a/gin/try_catch.h
+++ b/gin/try_catch.h
@@ -8,12 +8,13 @@
#include <string>
#include "base/basictypes.h"
+#include "gin/gin_export.h"
#include "v8/include/v8.h"
namespace gin {
// TryCatch is a convenient wrapper around v8::TryCatch.
-class TryCatch {
+class GIN_EXPORT TryCatch {
public:
TryCatch();
~TryCatch();