Patch from agorka to add some includes required for building with the GCC shipped...
authorCarl Hetherington <carl@carlh.net>
Mon, 18 May 2009 00:21:17 +0000 (00:21 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 18 May 2009 00:21:17 +0000 (00:21 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5098 d708f5d6-7413-0410-9779-e7cbd77b26cf

14 files changed:
gtk2_ardour/lineset.h
gtk2_ardour/port_matrix_component.h
libs/ardour/ardour/directory_names.h
libs/ardour/event_type_map.cc
libs/ardour/filename_extensions.cc
libs/ardour/import.cc
libs/ardour/session_utils.cc
libs/evoral/src/Sequence.cpp
libs/evoral/test/SMFTest.hpp
libs/midi++2/midifactory.cc
libs/pbd/convert.cc
libs/pbd/pbd/convert.h
libs/pbd/shortpath.cc
libs/pbd/stacktrace.cc

index a1aaa0a4ed27707316981e69f133350ba62b55d6..08b3371121621f880cb7bf5194accc21aefdf88c 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef __gnome_canvas_lineset_h__
 #define __gnome_canvas_lineset_h__
 
+#include <stdint.h>
 #include <libgnomecanvasmm/item.h>
 
 namespace Gnome {
index 6e1f37eae1bff96f4aee9fd728e4983817054586..3980731e553d579a5270b8f60d7335bab9370c84 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef __gtk_ardour_port_matrix_component_h__
 #define __gtk_ardour_port_matrix_component_h__
 
+#include <stdint.h>
 #include <gtkmm/eventbox.h>
 
 class PortMatrix;
index b0023bba5a9acebeaee683521ddf776e527718e8..cd3217b3b910ce3f41f1d2eaf46c46a27850f168 100644 (file)
@@ -3,6 +3,7 @@
 #define __ardour_directory_names_h__
 
 #include <string>
+#include <stdint.h>
 
 namespace ARDOUR {
 
index e23a69ebbc3d5e3205342d49366847c1e344a558..cbc3458615cafd62cf4865c1fc5112ce21e06cfb 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+#include <cstdio>
 #include "ardour/types.h"
 #include "ardour/event_type_map.h"
 #include "evoral/Parameter.hpp"
index c4ca3b07d42a9e91af466198f69f570b8cada578..c30483456e1075fcc9e30a2328403f36105c759e 100644 (file)
@@ -1,5 +1,6 @@
 #include "ardour/filename_extensions.h"
 
+#include <stdint.h>
 #include "i18n.h"
 
 namespace ARDOUR {                       
index ff7e665ff1e7463697d0de6e34030124379464a1..85631b25bde49c1c0b2037293d0b3d58f364d8c4 100644 (file)
@@ -25,6 +25,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <time.h>
+#include <stdint.h>
 
 #include <sndfile.h>
 #include <samplerate.h>
index 4800d3b09908df9049ca27d7f8f905054799d9de..d6e7ac20cc9fd64eb9c88c72621cdf8003528477 100644 (file)
@@ -1,6 +1,7 @@
 
 #include "pbd/error.h"
 
+#include <stdint.h>
 #include "ardour/session_directory.h"
 
 #include "i18n.h"
index 4328332c5b901b2b858b5547efb6a41a68a18abb..312b416150d5603aa050eefaf37091b509ccbdb2 100644 (file)
@@ -23,6 +23,7 @@
 #include <limits>
 #include <stdexcept>
 #include <stdint.h>
+#include <cstdio>
 #include "evoral/Control.hpp"
 #include "evoral/ControlList.hpp"
 #include "evoral/ControlSet.hpp"
index 08f51b2a519a2c02c1a78e8ff2de903aec1d0355..cc5feb684c680cc2c976348b72b0f6586d4a45e2 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <cassert>
+#include <stdint.h>
 #include <sigc++/sigc++.h>
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
index dbf6d47f52d6bd3559f004e23faf72857e723009..f8c8eb1a2095166eeb2f549f43ca814bd1d738e6 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include <cassert>
+#include <stdint.h>
 
 #include "pbd/error.h"
 #include "pbd/convert.h"
index fc84bbad5e060fe9a8402595548e5be051ad2c65..617fbec4736df9ed3f350df0234caf88e7e07184 100644 (file)
@@ -20,6 +20,7 @@
 #include <cmath>
 #include <stdint.h>
 #include <stdlib.h>
+#include <cstdio>
 #ifndef __STDC_FORMAT_MACROS
 #define __STDC_FORMAT_MACROS
 #endif
index 83cd28509822270c77658792fcd8ab05caa00f29..f8358e88011707da16de209745ab808978630ed8 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef __pbd_convert_h__
 #define __pbd_convert_h__
 
+#include <stdint.h>
 #include <string>
 #include <vector>
 #include <sstream>
index d283631cde18ba15feebf36b43ab385584e528a0..22636f5db976440de0b548036a9adc5f64d215d0 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include <stdint.h>
 #include "pbd/shortpath.h"
 
 using namespace Glib;
index d2e765997a4e00529ffbbbd95deef181ef5d720b..bf4c5ba26d053e57d14675b5d5eff503a43b096b 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "pbd/stacktrace.h"
+#include <cstdio>
 #include <iostream>
 
 void