diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 16:25:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 16:25:36 +0300 |
commit | b062324beffc070a5f2d1550195cffcddd1da3b0 (patch) | |
tree | 1d834c0c28f8363b9b52cb219d7b698ce1857540 /src/gui/windows/tradewindow.h | |
parent | 2ae376534b1d681ad813b2b12160fd486419fc1b (diff) | |
download | plus-b062324beffc070a5f2d1550195cffcddd1da3b0.tar.gz plus-b062324beffc070a5f2d1550195cffcddd1da3b0.tar.bz2 plus-b062324beffc070a5f2d1550195cffcddd1da3b0.tar.xz plus-b062324beffc070a5f2d1550195cffcddd1da3b0.zip |
Move type Damaged into separate file.
Diffstat (limited to 'src/gui/windows/tradewindow.h')
-rw-r--r-- | src/gui/windows/tradewindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index 1d0413598..240aa960d 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -25,6 +25,7 @@ #include "gui/widgets/window.h" +#include "enums/simpletypes/damaged.h" #include "enums/simpletypes/identified.h" #include "listeners/actionlistener.h" |