diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 5759c7dc4..fc0e17a6f 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -81,6 +81,8 @@ #include "mumblemanager.h" +#include "debug.h" + // This is the minimal delay between to permitted // setDestination() calls using the keyboard. // TODO: This can fine tuned later on when running is added... |