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/commands.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/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 36ea69a0c..551aa9943 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -77,6 +77,7 @@ #include "utils/gettext.h" #include "utils/process.h" +#include "utils/timer.h" #include "debug.h" |