summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 02b928a42..30ebd96c6 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -9,7 +9,8 @@
#include "table/strings.h"
#include "table/sprites.h"
#include "news.h"
-#include "player.h"
+#include "player_base.h"
+#include "player_func.h"
#include "station.h"
#include "command_func.h"
#include "saveload.h"