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 1ad349fb5..c35a6c5d0 100644 --- a/source/Inventory.cpp +++ b/source/Inventory.cpp @@ -10,7 +10,7 @@ #include <json/json.h> -#include "items/ItemHandler.h" +#include "Items/ItemHandler.h" |