diff options
Diffstat (limited to 'src/VBox/Main/src-server/USBProxyService.cpp')
-rw-r--r-- | src/VBox/Main/src-server/USBProxyService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Main/src-server/USBProxyService.cpp b/src/VBox/Main/src-server/USBProxyService.cpp index cfb9a61f8..d6cbefe62 100644 --- a/src/VBox/Main/src-server/USBProxyService.cpp +++ b/src/VBox/Main/src-server/USBProxyService.cpp @@ -24,6 +24,7 @@ #include "AutoCaller.h" #include "Logging.h" +#include <VBox/com/array.h> #include <VBox/err.h> #include <iprt/asm.h> #include <iprt/semaphore.h> |