From 6ca7734fb848b6476bb777643529404cb0b545ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 2 Oct 2012 16:19:18 +0100 Subject: [PATCH] Fix include. --- src/lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(...) -- 2.30.2