From 44867662a3d020e042714d1c5e948b8c3afea941 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Jun 2007 04:40:41 +0000 Subject: Separate MidiBuffer and AudioBuffer into separate headers (trims the dependency tree, and too large to be in one anyway). git-svn-id: svn://localhost/ardour2/trunk@2081 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/buffer.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/buffer.cc') diff --git a/libs/ardour/buffer.cc b/libs/ardour/buffer.cc index 2ab70cc96b..c91d09d1a8 100644 --- a/libs/ardour/buffer.cc +++ b/libs/ardour/buffer.cc @@ -21,6 +21,8 @@ using std::cerr; using std::endl; #include +#include +#include #ifdef __x86_64__ static const int CPU_CACHE_ALIGN = 64; -- cgit v1.2.3