Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic.

git-svn-id: svn://localhost/ardour2/branches/3.0@5098 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-05-18 00:21:17 +00:00
parent 5a4d340b42
commit 01217e64f8
14 changed files with 14 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#ifndef __gnome_canvas_lineset_h__ #ifndef __gnome_canvas_lineset_h__
#define __gnome_canvas_lineset_h__ #define __gnome_canvas_lineset_h__
#include <stdint.h>
#include <libgnomecanvasmm/item.h> #include <libgnomecanvasmm/item.h>
namespace Gnome { namespace Gnome {

View file

@ -20,6 +20,7 @@
#ifndef __gtk_ardour_port_matrix_component_h__ #ifndef __gtk_ardour_port_matrix_component_h__
#define __gtk_ardour_port_matrix_component_h__ #define __gtk_ardour_port_matrix_component_h__
#include <stdint.h>
#include <gtkmm/eventbox.h> #include <gtkmm/eventbox.h>
class PortMatrix; class PortMatrix;

View file

@ -3,6 +3,7 @@
#define __ardour_directory_names_h__ #define __ardour_directory_names_h__
#include <string> #include <string>
#include <stdint.h>
namespace ARDOUR { namespace ARDOUR {

View file

@ -18,6 +18,7 @@
*/ */
#include <cstdio>
#include "ardour/types.h" #include "ardour/types.h"
#include "ardour/event_type_map.h" #include "ardour/event_type_map.h"
#include "evoral/Parameter.hpp" #include "evoral/Parameter.hpp"

View file

@ -1,5 +1,6 @@
#include "ardour/filename_extensions.h" #include "ardour/filename_extensions.h"
#include <stdint.h>
#include "i18n.h" #include "i18n.h"
namespace ARDOUR { namespace ARDOUR {

View file

@ -25,6 +25,7 @@
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <time.h> #include <time.h>
#include <stdint.h>
#include <sndfile.h> #include <sndfile.h>
#include <samplerate.h> #include <samplerate.h>

View file

@ -1,6 +1,7 @@
#include "pbd/error.h" #include "pbd/error.h"
#include <stdint.h>
#include "ardour/session_directory.h" #include "ardour/session_directory.h"
#include "i18n.h" #include "i18n.h"

View file

@ -23,6 +23,7 @@
#include <limits> #include <limits>
#include <stdexcept> #include <stdexcept>
#include <stdint.h> #include <stdint.h>
#include <cstdio>
#include "evoral/Control.hpp" #include "evoral/Control.hpp"
#include "evoral/ControlList.hpp" #include "evoral/ControlList.hpp"
#include "evoral/ControlSet.hpp" #include "evoral/ControlSet.hpp"

View file

@ -17,6 +17,7 @@
*/ */
#include <cassert> #include <cassert>
#include <stdint.h>
#include <sigc++/sigc++.h> #include <sigc++/sigc++.h>
#include <cppunit/TestFixture.h> #include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>

View file

@ -18,6 +18,7 @@
*/ */
#include <cassert> #include <cassert>
#include <stdint.h>
#include "pbd/error.h" #include "pbd/error.h"
#include "pbd/convert.h" #include "pbd/convert.h"

View file

@ -20,6 +20,7 @@
#include <cmath> #include <cmath>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <cstdio>
#ifndef __STDC_FORMAT_MACROS #ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS
#endif #endif

View file

@ -20,6 +20,7 @@
#ifndef __pbd_convert_h__ #ifndef __pbd_convert_h__
#define __pbd_convert_h__ #define __pbd_convert_h__
#include <stdint.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <sstream> #include <sstream>

View file

@ -17,6 +17,7 @@
*/ */
#include <stdint.h>
#include "pbd/shortpath.h" #include "pbd/shortpath.h"
using namespace Glib; using namespace Glib;

View file

@ -18,6 +18,7 @@
*/ */
#include "pbd/stacktrace.h" #include "pbd/stacktrace.h"
#include <cstdio>
#include <iostream> #include <iostream>
void void