Use XMLNode::get/set_property API in ARDOUR::Playlist class
[ardour.git] / libs / pbd / debug.cc
index 0940146aef756d7007026c7dad035fb20d49c6c0..049ac9efa7748beb334a288170dcbe39e4b66e9d 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "pbd/debug.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using PBD::DebugBits;
@@ -57,6 +57,7 @@ DebugBits PBD::DEBUG::UndoHistory = PBD::new_debug_bit ("undohistory");
 DebugBits PBD::DEBUG::Timing = PBD::new_debug_bit ("timing");
 DebugBits PBD::DEBUG::Threads = PBD::new_debug_bit ("threads");
 DebugBits PBD::DEBUG::Locale = PBD::new_debug_bit ("locale");
+DebugBits PBD::DEBUG::StringConvert = PBD::new_debug_bit ("stringconvert");
 
 /* These are debug bits that are used by backends. Since these are loaded dynamically,
    after command-line parsing, defining them in code that is part of the backend