diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <libavcodec/avcodec.h> #include <libavfilter/avfilter.h> } +#include "compose.hpp" #ifdef DVDOMATIC_DEBUG -#include "compose.hpp" #define TIMING(...) _log->microsecond_log (String::compose (__VA_ARGS__), Log::TIMING); #else #define TIMING(...) |
