From ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 21 Sep 2013 11:10:35 +0200 Subject: Fixed Linux compilation. --- source/Mobs/Zombiepigman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Mobs/Zombiepigman.cpp b/source/Mobs/Zombiepigman.cpp index 1aea006a6..1e31a72d9 100644 --- a/source/Mobs/Zombiepigman.cpp +++ b/source/Mobs/Zombiepigman.cpp @@ -1,7 +1,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "ZombiePigman.h" +#include "Zombiepigman.h" #include "../World.h" -- cgit v1.2.3