diff --git a/doomsday/sdk/libcore/src/core/callbacktimer.h b/doomsday/sdk/libcore/src/core/callbacktimer.h index 7e6e5cf360..a79815eae2 100644 --- a/doomsday/sdk/libcore/src/core/callbacktimer.h +++ b/doomsday/sdk/libcore/src/core/callbacktimer.h @@ -1,8 +1,8 @@ /** * @file callbacktimer.h - * Internal helper class for making callbacks to C code. + * Internal helper class for making callbacks. * - * @authors Copyright © 2012-2013 Jaakko Keränen + * @authors Copyright © 2012-2016 Jaakko Keränen * * @par License * LGPL: http://www.gnu.org/licenses/lgpl.html @@ -22,6 +22,7 @@ #define LIBDENG2_CALLBACKTIMER_H #include +#include namespace de { namespace internal {