Fix missing include

This commit is contained in:
Martin Gräßlin 2011-02-12 10:14:30 +01:00
parent 73be6657ea
commit dd4a169147

View file

@ -42,6 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <assert.h>
#include <limits.h>
#include <QTimer>
#include <QVector4D>
namespace KWin
{