diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 14:55:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 14:55:39 +0200 |
commit | a20f130def0352d04744e6208aa2cf7cddbcbe91 (patch) | |
tree | 6884007466c60a30367b462d6fb2ec478a183491 /gfx/thebes/DeviceManagerDx.h | |
parent | 9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff) | |
parent | 4cfbcc498971703c00a500a99ae1562263964265 (diff) | |
download | uxp-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.gz |
Merge pull request #1550 from MoonchildProductions/deunify_gfx
Deunify gfx
Diffstat (limited to 'gfx/thebes/DeviceManagerDx.h')
-rw-r--r-- | gfx/thebes/DeviceManagerDx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/DeviceManagerDx.h b/gfx/thebes/DeviceManagerDx.h index e29ab0731f..25c028b55c 100644 --- a/gfx/thebes/DeviceManagerDx.h +++ b/gfx/thebes/DeviceManagerDx.h @@ -20,6 +20,7 @@ #include <objbase.h> #include <dxgi.h> +#include <d3d11.h> // This header is available in the June 2010 SDK and in the Win8 SDK #include <d3dcommon.h> |