diff options
-rw-r--r-- | src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp b/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp index 6b5122e9845..9e345d84a9a 100644 --- a/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp +++ b/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp @@ -20,6 +20,7 @@ #include <iprt/err.h> #include <iprt/assert.h> +#include <iprt/vector.h> #include <VBox/log.h> #include "seamless-guest.h" @@ -29,8 +30,6 @@ #include <limits.h> -#include "vector.h" - #ifdef TESTCASE #undef DefaultRootWindow #define DefaultRootWindow XDefaultRootWindow |