From: Maxim Mamontov Date: Tue, 5 Feb 2013 19:14:48 +0000 (+0200) Subject: Added missing include. X-Git-Tag: 2.409~364 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/f19e92103c3b337e80c8e3b598b468d6ab14c154 Added missing include. --- diff --git a/projects/stargazer/traffcounter_impl.cpp b/projects/stargazer/traffcounter_impl.cpp index 6f16be9a..dd2b4395 100644 --- a/projects/stargazer/traffcounter_impl.cpp +++ b/projects/stargazer/traffcounter_impl.cpp @@ -41,6 +41,7 @@ #include "stg/common.h" #include "stg/locker.h" +#include "stg/const.h" // MONITOR_TIME_DELAY_SEC #include "traffcounter_impl.h" #include "stg_timer.h" #include "users_impl.h"