Lua: Fix include

Amends 61bb8d8e51.

Change-Id: I044243a3efa6ad5963cee088535dac0db5bf2d30
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Christian Stenger
2024-07-31 09:33:26 +02:00
committed by Marcus Tillmanns
parent 61bb8d8e51
commit 35deb730cb

View File

@@ -1,7 +1,7 @@
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "luaengine.h"
#include "../luaengine.h"
#include <utils/macroexpander.h>