Index: trunk/FACT++/src/InterpreterV8.h
===================================================================
--- trunk/FACT++/src/InterpreterV8.h	(revision 14548)
+++ trunk/FACT++/src/InterpreterV8.h	(revision 14549)
@@ -15,5 +15,5 @@
 
 class Database;
-
+#include<iostream>
 class InterpreterV8
 {
@@ -88,5 +88,7 @@
     {
         This = 0;
+
 #ifdef HAVE_V8
+        v8::Locker locker;
         v8::V8::Dispose();
 #endif
