X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=3eac06e97f9fbebb90c4bafcff827574cdf7964a;hb=3781be4da4601176d7bb954f9cc65621d75e7344;hp=8d98437afafd4eace452c4695a1d27d8687657a9;hpb=c55d8bcda8f4da74bbc9489127354211cea8f2ff;p=dcpomatic.git 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(...)