Skip to content

Commit

Permalink
Fixed|libcore: Missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 24, 2016
1 parent 5d15985 commit 8bce48b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 <jaakko.keranen@iki.fi>
* @authors Copyright © 2012-2016 Jaakko Keränen <jaakko.keranen@iki.fi>
*
* @par License
* LGPL: http://www.gnu.org/licenses/lgpl.html
Expand All @@ -22,6 +22,7 @@
#define LIBDENG2_CALLBACKTIMER_H

#include <QTimer>
#include <functional>

namespace de {
namespace internal {
Expand Down

0 comments on commit 8bce48b

Please sign in to comment.