diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-01 17:41:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-01 21:33:37 +0300 |
commit | 93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f (patch) | |
tree | 7501c33d86faee4450558989519b721bef1b414c /src/gui/widgets/textfield.cpp | |
parent | 748b2dc257650d9ff6e740496802cb977227bc21 (diff) | |
download | plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.tar.gz plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.tar.bz2 plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.tar.xz plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.zip |
Move timers from client into timers file.
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r-- | src/gui/widgets/textfield.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index 04527e1ae..a361e1a12 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -39,6 +39,7 @@ #include "resources/image.h" #include "utils/copynpaste.h" +#include "utils/timer.h" #include <guichan/font.hpp> |