From 46168cabb13e8fa95f68ec07a230e0c3246c3d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Mar 2013 22:14:30 +0100 Subject: [PATCH] GCC 4.5 compatibility: no constexpr here. --- src/Timeline.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Timeline.h b/src/Timeline.h index a74efe154..8b0426ea1 100644 --- a/src/Timeline.h +++ b/src/Timeline.h @@ -25,6 +25,7 @@ */ #include +#include #include "Types.h"