- Timestamp:
- Sep 3, 2021 3:46:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp
r91109 r91110 42 42 #include <iprt/ldr.h> 43 43 #include <VBox/log.h> 44 45 /* Platform includes: */46 44 #ifdef VBOX_WS_WIN 47 45 # include <iprt/win/windows.h> 46 #endif 47 48 /* External includes: */ 49 #ifdef VBOX_WS_X11 50 # include <xcb/xcb.h> 48 51 #endif 49 52
Note:
See TracChangeset
for help on using the changeset viewer.