diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2011-05-17 13:57:57 +0200 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2011-05-17 13:57:57 +0200 |
commit | 0056814bdb2f8a457b56803fd24c72347173250d (patch) | |
tree | 0a0f513bb8030d6bcdff405a5caab73fcb1399ce /src/VBox/Main/src-server/USBProxyService.cpp | |
parent | 3c3b014d3682252dbc133a6d2cd5dd2f8a028bbe (diff) | |
download | virtualbox-0056814bdb2f8a457b56803fd24c72347173250d.tar.gz |
Imported Upstream version 4.0.8-dfsgupstream/4.0.8-dfsg
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> |