mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 11:45:27 +00:00
(ui_win32) Include tasks_internal.h
This commit is contained in:
parent
e9d29d246a
commit
4b2d9a9ae5
@ -23,8 +23,9 @@
|
|||||||
|
|
||||||
#include <file/file_path.h>
|
#include <file/file_path.h>
|
||||||
#include <rthreads/rthreads.h>
|
#include <rthreads/rthreads.h>
|
||||||
#include "../ui_companion_driver.h"
|
|
||||||
|
|
||||||
|
#include "../ui_companion_driver.h"
|
||||||
|
#include "../../tasks/tasks_internal.h"
|
||||||
#include "qt/wrapper/wrapper.h"
|
#include "qt/wrapper/wrapper.h"
|
||||||
|
|
||||||
struct Wimp* wimp;
|
struct Wimp* wimp;
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
#include "../../runloop.h"
|
#include "../../runloop.h"
|
||||||
#include "../../gfx/video_context_driver.h"
|
#include "../../gfx/video_context_driver.h"
|
||||||
#include "../../gfx/video_shader_driver.h"
|
#include "../../gfx/video_shader_driver.h"
|
||||||
|
#include "../../tasks/tasks_internal.h"
|
||||||
|
|
||||||
#include "../../gfx/common/gl_common.h"
|
#include "../../gfx/common/gl_common.h"
|
||||||
#include "../../gfx/common/win32_common.h"
|
#include "../../gfx/common/win32_common.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user