From: Carl Hetherington Date: Tue, 2 Oct 2012 15:19:18 +0000 (+0100) Subject: Fix include. X-Git-Tag: v2.0.48~1718^2~7 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=6ca7734fb848b6476bb777643529404cb0b545ca;p=dcpomatic.git Fix include. --- diff --git a/src/lib/util.h b/src/lib/util.h index 8d98437af..3eac06e97 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -33,9 +33,9 @@ extern "C" { #include #include } +#include "compose.hpp" #ifdef DVDOMATIC_DEBUG -#include "compose.hpp" #define TIMING(...) _log->microsecond_log (String::compose (__VA_ARGS__), Log::TIMING); #else #define TIMING(...)