diff options
Diffstat (limited to 'source/Inventory.cpp')
-rw-r--r-- | source/Inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Inventory.cpp b/source/Inventory.cpp index 74294e80e..c104db4c7 100644 --- a/source/Inventory.cpp +++ b/source/Inventory.cpp @@ -2,7 +2,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Inventory.h" -#include "Player.h" +#include "Entities/Player.h" #include "ClientHandle.h" #include "UI/Window.h" #include "Item.h" |