summaryrefslogtreecommitdiff
path: root/src/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h
index f14adc26f..f83c6a902 100644
--- a/src/lib/log.h
+++ b/src/lib/log.h
@@ -24,6 +24,7 @@
* @brief A very simple logging class.
*/
+#include <dcp/types.h>
#include <boost/thread/mutex.hpp>
#include <boost/filesystem.hpp>
#include <boost/signals2.hpp>
@@ -46,6 +47,7 @@ public:
void log (std::string message, int type);
void microsecond_log (std::string message, int type);
+ void dcp_log (dcp::NoteType type, std::string message);
void set_types (int types);