From 97edcc167442dbb794191cbb2f722e0a02f1d159 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 19:43:42 +0100 Subject: Fixes in auto* modules - fixed missing #includes and case in file names - fixed syntax errors reported by GCC - did not fix issues #8 and #17 --- src/autorepair.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/autorepair.h') diff --git a/src/autorepair.h b/src/autorepair.h index 8eb0376..6f29930 100644 --- a/src/autorepair.h +++ b/src/autorepair.h @@ -14,10 +14,17 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. +// autorepair.h + #ifndef _AUTOREPAIR_H_ #define _AUTOREPAIR_H_ +#include "auto.h" +#include "misc.h" +#include "d3denum.h" + + class CInstanceManager; class CD3DEngine; class CParticule; -- cgit v1.2.3-1-g7c22