summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r--src/shopitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp
index 70a68719..8fbb7400 100644
--- a/src/shopitem.cpp
+++ b/src/shopitem.cpp
@@ -22,7 +22,7 @@
#include "shopitem.h"
-#include "utils/tostring.h"
+#include "utils/stringutils.h"
ShopItem::ShopItem(int id, int quantity, int price):
Item(id, quantity),