Skip to content

Commit

Permalink
AER-6669 - Add missing headers to 'internal.h'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kportertx committed Oct 10, 2023
1 parent 2919317 commit 4e7cc40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

#pragma once

#include <lauxlib.h>
#include <lua.h>

struct lua_State;

//
Expand Down

0 comments on commit 4e7cc40

Please sign in to comment.