From e11095d41252dd459c371ff9ad517f030b924ed6 Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Mon, 29 May 2006 19:20:54 +0000 Subject: [PATCH] More gcc compilation fixes. --- niflib.h | 2 +- obj/Type.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/niflib.h b/niflib.h index 6efbdb92..2a09aad5 100644 --- a/niflib.h +++ b/niflib.h @@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE. */ #include <map> #include "nif_math.h" #include "NIF_IO.h" -#include "obj\NiObject.h" +#include "obj/NiObject.h" #include "xml_extract.h" #include "kfm.h" diff --git a/obj/Type.h b/obj/Type.h index e87354a2..9dfb499d 100644 --- a/obj/Type.h +++ b/obj/Type.h @@ -26,4 +26,4 @@ private: const Type * base_type; }; -#endif \ No newline at end of file +#endif -- GitLab