mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
fix 64 bit template types
This commit is contained in:
parent
cdfc094b9f
commit
2fc2df8c5d
1 changed files with 2 additions and 1 deletions
|
|
@ -16,9 +16,10 @@
|
|||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "evoral/TimeConverter.hpp"
|
||||
|
||||
typedef long long framepos_t;
|
||||
typedef int64_t framepos_t; /* MUST match libs/ardour/ardour/types.h */
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue