From 1f0e263b6e030049f4f7e663d8eca8e628a9efc6 Mon Sep 17 00:00:00 2001 From: Uleat Date: Wed, 30 Oct 2013 03:49:32 -0400 Subject: [PATCH] Fix for compile failure in deity.h - Thanks V! (I should write a book on gcc:vs differences..I have found almost all of them...) --- common/deity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/deity.h b/common/deity.h index e7f4e6c45..486d17263 100644 --- a/common/deity.h +++ b/common/deity.h @@ -18,7 +18,7 @@ #ifndef DEITY_H #define DEITY_H -#include "..\common\types.h" +#include "types.h" #include // NOTE: This code is not fully implemented since there are no references in the existing code