Skip to content
Snippets Groups Projects
Commit 0bb00933 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

change include paths in an attempt to make ubuntu happy

parent 794081f9
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -23,9 +23,9 @@
#include "fggl/data/storage.hpp"
extern "C" {
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
};
namespace fggl::script::lua {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment