Index: /trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h
===================================================================
--- /trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h	(revision 53746)
+++ /trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h	(revision 53747)
@@ -63,5 +63,10 @@
 
 #ifdef VBOX_WITH_VMSVGA
-#include "winoverride.h"
+# ifndef LOG_GROUP
+#  define LOG_GROUP LOG_GROUP_DEV_VMSVGA
+# endif
+# include <iprt/assert.h>
+# include <VBox/log.h>
+# include "winoverride.h"
 #endif
 
