(ui_win32) Include tasks_internal.h

This commit is contained in:
twinaphex 2016-05-16 20:21:53 +02:00
parent e9d29d246a
commit 4b2d9a9ae5
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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"