From 09c88baeaf2ee486662721f0675745383eb953b6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 25 May 2009 15:41:53 -0400 Subject: [PATCH] Patch - Added include file for stdlib From 5fd187d590abd87f65a773d7294daa8eed582f97 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 25 May 2009 21:27:56 +0200 Subject: [PATCH] Added include file for stdlib --- src/Duration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Duration.cpp b/src/Duration.cpp index 7c55be345..c9c1aee76 100644 --- a/src/Duration.cpp +++ b/src/Duration.cpp @@ -26,6 +26,7 @@ //////////////////////////////////////////////////////////////////////////////// #include +#include #include "text.h" #include "util.h" #include "Duration.h"