Trim the include tree.
[ardour.git] / libs / pbd / debug.cc
index 318f85a099770ae1e0024fce36b0e78d1bc69551..e7ec767f873c2b41c3b9c3f5ab815fa1f6f72ddd 100644 (file)
@@ -32,6 +32,8 @@ static std::map<const char*,uint64_t> _debug_bit_map;
 
 uint64_t PBD::DEBUG::Stateful = PBD::new_debug_bit ("stateful");
 uint64_t PBD::DEBUG::Properties = PBD::new_debug_bit ("properties");
+uint64_t PBD::DEBUG::FileManager = PBD::new_debug_bit ("filemanager");
+uint64_t PBD::DEBUG::Pool = PBD::new_debug_bit ("pool");
 
 uint64_t PBD::debug_bits = 0x0;