Skip to content

Commit 14aa820

Browse files
AMDmi3Webster Sheets
authored and
Webster Sheets
committed
Fix path to lua.h
Fixes build with USE_SYSTEM_LIBLUA. Fixes #5525.
1 parent e77da96 commit 14aa820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/LuaShip.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "SpaceStation.h"
2020
#include "ship/PlayerShipController.h"
2121
#include "ship/PrecalcPath.h"
22-
#include "src/lua.h"
22+
#include "lua.h"
2323

2424
/*
2525
* Class: Ship

0 commit comments

Comments
 (0)