Fix for compiling on gcc4.
[ardour.git] / libs / ardour / globals.cc
index e9fc1ddfafd716d5475f030d6c96da879c85f8b9..ffcc4ddb059434e58a54f66458e2b95eabe63ef0 100644 (file)
@@ -32,6 +32,7 @@
 #include <lrdf.h>
 
 #include <pbd/error.h>
+#include <pbd/id.h>
 #include <pbd/strsplit.h>
 
 #include <midi++/port.h>
@@ -195,7 +196,7 @@ ARDOUR::init (AudioEngine& engine, bool use_vst, bool try_optimization)
 
        (void) bindtextdomain(PACKAGE, LOCALEDIR);
 
-       ID::init ();
+       PBD::ID::init ();
 
        Config = new Configuration;
 
@@ -294,7 +295,7 @@ ARDOUR::init (AudioEngine& engine, bool use_vst, bool try_optimization)
                
                info << "No H/W specific optimizations in use" << endmsg;
        }
-       
+
        lrdf_init();
        Library = new AudioLibrary;