summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/xpcom/module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-client/xpcom/module.cpp')
-rw-r--r--src/VBox/Main/src-client/xpcom/module.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VBox/Main/src-client/xpcom/module.cpp b/src/VBox/Main/src-client/xpcom/module.cpp
index 291944213..e810229ce 100644
--- a/src/VBox/Main/src-client/xpcom/module.cpp
+++ b/src/VBox/Main/src-client/xpcom/module.cpp
@@ -36,6 +36,7 @@
# include "ExtPackManagerImpl.h"
#endif
#include "GuestImpl.h"
+#include "GuestDirEntryImpl.h"
#include "KeyboardImpl.h"
#include "MachineDebuggerImpl.h"
#include "MouseImpl.h"
@@ -55,6 +56,8 @@
NS_DECL_CLASSINFO(Guest)
NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Guest, IGuest)
+NS_DECL_CLASSINFO(GuestDirEntry)
+NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestDirEntry, IGuestDirEntry)
NS_DECL_CLASSINFO(Keyboard)
NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Keyboard, IKeyboard)
NS_DECL_CLASSINFO(Mouse)