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:
@@ -18,6 +18,7 @@
|
||||
#ifndef __gnome_canvas_lineset_h__
|
||||
#define __gnome_canvas_lineset_h__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <libgnomecanvasmm/item.h>
|
||||
|
||||
namespace Gnome {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#define __ardour_directory_names_h__
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <cstdio>
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/event_type_map.h"
|
||||
#include "evoral/Parameter.hpp"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "ardour/filename_extensions.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include "i18n.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sndfile.h>
|
||||
#include <samplerate.h>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
#include "pbd/error.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include "ardour/session_directory.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include <stdint.h>
|
||||
#include <sigc++/sigc++.h>
|
||||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/convert.h"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <cmath>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <cstdio>
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef __pbd_convert_h__
|
||||
#define __pbd_convert_h__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "pbd/shortpath.h"
|
||||
|
||||
using namespace Glib;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "pbd/stacktrace.h"
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user