Index: /trunk/src/VBox/Devices/Storage/DrvHostBase-linux.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DrvHostBase-linux.cpp	(revision 64243)
+++ /trunk/src/VBox/Devices/Storage/DrvHostBase-linux.cpp	(revision 64244)
@@ -49,5 +49,5 @@
     Assert(!pvBuf || pcbBuf);
     Assert(pvBuf || enmTxDir == PDMMEDIATXDIR_NONE);
-    Assert(pbSense || !cbSense);
+    Assert(pbSense || !cbSense); RT_NOREF(cbSense);
     AssertPtr(pbCmd);
     Assert(cbCmd <= 16 && cbCmd >= 1);
Index: /trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp	(revision 64243)
+++ /trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp	(revision 64244)
@@ -30,4 +30,5 @@
 #undef _interlockedbittestandreset64
 
+#include <iprt/file.h>
 #include <VBox/scsi.h>
 
