Fix libevoal unit-test compilation

This commit is contained in:
Robin Gareus
2019-09-05 14:08:31 +02:00
parent f491d7ec71
commit efec546035
6 changed files with 20 additions and 19 deletions

View File

@@ -1,11 +1,12 @@
#include <stdlib.h>
#include "BeatsTest.hpp"
#include "evoral/Beats.hpp"
#include "temporal/beats.h"
CPPUNIT_TEST_SUITE_REGISTRATION(BeatsTest);
using namespace Evoral;
using namespace Temporal;
static const double delta = 1.5 / (double)Beats::PPQN;