fix possible deadlock replacing processor state.
[ardour.git] / libs / ardour / chan_count.cc
index e60104dad8d2c42e622fbc5b8fc84edd67b3e1ca..3cef0f6f908d84b2b572c9ca06f10ec4272b10de 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2006 Paul Davis 
+    Copyright (C) 2006 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
     $Id: insert.cc 712 2006-07-28 01:08:57Z drobilla $
 */
 
-#define __STDC_LIMIT_MACROS 1
 #include <stdint.h>
 #include "ardour/chan_count.h"
 
@@ -26,6 +25,8 @@
 
 static const char* state_node_name = "Channels";
 
+using namespace std;
+
 namespace ARDOUR {
 
 // infinite/zero chan count stuff, for setting minimums and maximums, etc.