Fix include in Lua wrapper

This commit is contained in:
Marcus Holland-Moritz 2020-11-24 22:25:15 +01:00
parent a9e203cf62
commit 572a9834b9

View File

@ -19,7 +19,7 @@
* along with dwarfs. If not, see <https://www.gnu.org/licenses/>.
*/
#include "lua_script.h"
#include "dwarfs/lua_script.h"
#include <iostream>
#include <unordered_map>