diff options
Diffstat (limited to '')
-rw-r--r-- | source/cInventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cInventory.cpp b/source/cInventory.cpp index 1e0b4f6ae..41d4c14fa 100644 --- a/source/cInventory.cpp +++ b/source/cInventory.cpp @@ -4,7 +4,7 @@ #include "cInventory.h" #include "cPlayer.h" #include "cClientHandle.h" -#include "UI/cWindow.h" +#include "UI/Window.h" #include "cItem.h" #include "cRoot.h" |