Fixed auto.h includes to point to top level dir for cmake

This commit is contained in:
Federico Hernandez 2010-12-28 21:12:30 +01:00
parent d572383e76
commit 02dcdf83b5
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
#ifndef INCLUDED_API
#define INCLUDED_API
#include "auto.h"
#include "../auto.h"
#ifdef HAVE_LIBLUA
#include <vector>