Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit 231d850

Browse files
Fix various files failing to include globals.h
They were previously depending on it being implicitly included via another header.
1 parent 8911085 commit 231d850

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

engine/src/em-dc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2828
#include "eventqueue.h"
2929
#include "redraw.h"
3030
#include "dispatch.h"
31+
#include "globals.h"
3132

3233
/* ================================================================
3334
* Construction/Destruction

engine/src/mac-qt-recorder.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "filedefs.h"
1919
#include "objdefs.h"
2020
#include "parsedef.h"
21+
#include "globals.h"
2122

2223
#include "graphics.h"
2324
#include "stack.h"

0 commit comments

Comments
 (0)