From 773c985c7b5804f8df35939fd917deef3b022b52 Mon Sep 17 00:00:00 2001 From: Johan Mathe Date: Sat, 6 Oct 2012 16:09:22 -0700 Subject: [PATCH] Updated todo Fixed a missing definition in film.cc --- TODO | 1 - src/film.cc | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 24b22c2..945da02 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ TODO: - Clean the code with google styleguide -- Migrate to a better build system - Integrate patches from various contributors diff --git a/src/film.cc b/src/film.cc index 8455a3a..1d21e50 100644 --- a/src/film.cc +++ b/src/film.cc @@ -14,6 +14,10 @@ * johmathe $ $Date: 2010-10-01 01:35:11 +0200 (Fri, 01 Oct 2010) $ */ +#ifndef UINT64_C +#define UINT64_C(c) (c ## ULL) +#endif + #ifdef WXWIDGETS #include #include