Index: trunk/FACT++/src/InterpreterV8.cc
===================================================================
--- trunk/FACT++/src/InterpreterV8.cc	(revision 15252)
+++ trunk/FACT++/src/InterpreterV8.cc	(revision 15253)
@@ -693,5 +693,5 @@
             return ThrowException(String::New("File name empty."));
 
-        ifstream fin(*file); // izstream does not work: WHY?
+        izstream fin(*file);
         if (!fin)
             return ThrowException(String::New(errno!=0?strerror(errno):"Insufficient memory for decompression"));
