Changeset 83871 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 20, 2020 11:02:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/precomp_vcc.h
r82968 r83871 42 42 #include <qarraydata.h> 43 43 #include <qatomic.h> 44 #include <qatomic_msvc.h> 44 #if _MSC_VER < 1910 /* Conflicts with qatomic_cxx11.h which is dragged in above somewhere. */ 45 # include <qatomic_msvc.h> 46 #endif 45 47 #include <qbasicatomic.h> 46 48 #include <qbytearray.h>
Note:
See TracChangeset
for help on using the changeset viewer.