Fix include.
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Oct 2012 15:19:18 +0000 (16:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Oct 2012 15:19:18 +0000 (16:19 +0100)
src/lib/util.h

index 8d98437afafd4eace452c4695a1d27d8687657a9..3eac06e97f9fbebb90c4bafcff827574cdf7964a 100644 (file)
@@ -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(...)