Fixed auto.h includes to point to top level dir for cmake
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
#ifndef INCLUDED_API
|
#ifndef INCLUDED_API
|
||||||
#define INCLUDED_API
|
#define INCLUDED_API
|
||||||
|
|
||||||
#include "auto.h"
|
#include "../auto.h"
|
||||||
#ifdef HAVE_LIBLUA
|
#ifdef HAVE_LIBLUA
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "API.h"
|
#include "API.h"
|
||||||
#include "auto.h"
|
#include "../auto.h"
|
||||||
|
|
||||||
// Hook class representing a single hook, which is just a three-way map.
|
// Hook class representing a single hook, which is just a three-way map.
|
||||||
class Hook
|
class Hook
|
||||||
|
|||||||
Reference in New Issue
Block a user