From 0d1eedcccc8b83fd5f5a9a75389fe8ac97d2c697 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 5 Mar 2015 11:52:57 +0100 Subject: Replace std::list to std::vector into tile.cpp (m_texture_trash) and move tile.hpp to src/client/ --- src/particles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particles.h') diff --git a/src/particles.h b/src/particles.h index d7f1147f1..2bc2e7bfa 100644 --- a/src/particles.h +++ b/src/particles.h @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include "irrlichttypes_extrabloated.h" -#include "tile.h" +#include "client/tile.h" #include "localplayer.h" #include "environment.h" -- cgit v1.2.3