From 017e5dd93498dd3dcf168bec95725423564c177c Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Mon, 1 Dec 2008 22:26:20 +0100 Subject: Fixed a compilation error caused by path relevance. --- src/gui/inventorywindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp index 6a5a8b37..3eae6c60 100644 --- a/src/gui/inventorywindow.cpp +++ b/src/gui/inventorywindow.cpp @@ -28,12 +28,13 @@ #include "button.h" #include "gui.h" -#include "inventory.h" #include "item_amount.h" #include "itemcontainer.h" #include "scrollarea.h" #include "viewport.h" - + + +#include "../inventory.h" #include "../item.h" #include "../localplayer.h" -- cgit v1.2.3-70-g09d2