--- src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp +++ src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp @@ -28,6 +28,8 @@ #include "VBoxRegistrationDlg.h" #endif +#include + #include #include #include --- src/VBox/Main/VMMDevInterface.cpp +++ src/VBox/Main/VMMDevInterface.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef VBOX_HGCM #include "hgcm/HGCM.h"