diff options
Diffstat (limited to 'src/timers.cpp')
-rw-r--r-- | src/timers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timers.cpp b/src/timers.cpp index a0f707bc9..267629aee 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -8,7 +8,9 @@ * Based on the original code of Services by Andy Church. */ + #include "services.h" +#include "timers.h" std::vector<Timer *> TimerManager::Timers; |