diff --git a/driver.h b/driver.h index 7bb9ce46dc..8de16dae14 100644 --- a/driver.h +++ b/driver.h @@ -226,7 +226,6 @@ typedef struct driver menu_handle_t *menu; const menu_ctx_driver_t *menu_ctx; #endif - bool threaded_video; /* If set during context deinit, the driver should keep * graphics context alive to avoid having to reset all diff --git a/gfx/d3d/render_chain_cg.cpp b/gfx/d3d/render_chain_cg.cpp index 01c4517c73..7f23a30ba1 100644 --- a/gfx/d3d/render_chain_cg.cpp +++ b/gfx/d3d/render_chain_cg.cpp @@ -16,6 +16,8 @@ */ #include +#include + #include #include