summaryrefslogtreecommitdiff
path: root/src/gui/selldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selldialog.cpp')
-rw-r--r--src/gui/selldialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/selldialog.cpp b/src/gui/selldialog.cpp
index f57db6dbd..97b0fbdc1 100644
--- a/src/gui/selldialog.cpp
+++ b/src/gui/selldialog.cpp
@@ -22,10 +22,11 @@
#include "gui/selldialog.h"
-#include "playerinfo.h"
#include "shopitem.h"
#include "units.h"
+#include "being/playerinfo.h"
+
#include "gui/confirmdialog.h"
#include "gui/setup.h"
#include "gui/tradewindow.h"