mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
lua: fix includes
This commit is contained in:
parent
2d5ca906e7
commit
f71bd0fef4
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@
|
|||
#include <cstdio>
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
};
|
||||
|
||||
#include <villas/exceptions.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue