We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba8198 commit e4a2ebbCopy full SHA for e4a2ebb
2 files changed
ui/drivers/ui_cocoa.m
@@ -39,6 +39,7 @@
39
#endif
40
41
#include "../ui_companion_driver.h"
42
+#include "../../gfx/video_display_server.h"
43
#include "../../input/drivers/cocoa_input.h"
44
#include "../../input/drivers_keyboard/keyboard_event_apple.h"
45
#include "../../frontend/frontend.h"
@@ -59,7 +60,7 @@
59
60
61
62
#ifdef HAVE_MIST
-#include "steam/steam.h"
63
+#include "../../steam/steam.h"
64
65
66
typedef struct ui_application_cocoa
ui/drivers/ui_cocoatouch.m
@@ -29,6 +29,7 @@
29
#include "cocoa/apple_platform.h"
30
31
#include "../../audio/audio_driver.h"
32
33
#include "../../configuration.h"
34
35
0 commit comments