Commit 7c07b01d authored by Chen Bill's avatar Chen Bill Committed by GitHub

update Lua include (#581)

parent 6b6d7ea0
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
#ifndef INTERPRETER_H_ #ifndef INTERPRETER_H_
#define INTERPRETER_H_ #define INTERPRETER_H_
#include "lua.h" #include <lua.h>
#include "lauxlib.h" #include <lauxlib.h>
#include "lualib.h" #include <lualib.h>
#include "common.h" #include "common.h"
#include <unordered_map> #include <unordered_map>
#include <list> #include <list>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment