diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-02 16:19:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-02 16:19:18 +0100 |
| commit | 6ca7734fb848b6476bb777643529404cb0b545ca (patch) | |
| tree | 74066f7260b55020e622cf2984fb4a62ce26203a | |
| parent | 2705934c8b2e75880e26db3fd7c7e6c8187f9f42 (diff) | |
Fix include.
| -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(...) |
