From 87026c871ab549e5a976192b26234147e92c89c8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 6 Oct 2015 21:32:55 +0200 Subject: add missing include --- libs/ardour/test/dsp_load_calculator_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour') diff --git a/libs/ardour/test/dsp_load_calculator_test.cc b/libs/ardour/test/dsp_load_calculator_test.cc index b4a9ed236b..6b774e5b48 100644 --- a/libs/ardour/test/dsp_load_calculator_test.cc +++ b/libs/ardour/test/dsp_load_calculator_test.cc @@ -19,6 +19,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION (DSPLoadCalculatorTest); * Anyway, actual maths is verified with Linux and OSX unit-tests, * and this needs to go to https://sourceforge.net/p/cppunit/bugs/ */ +#include #define CPPUNIT_ASSERT_DOUBLES_EQUAL(A,B,P) CPPUNIT_ASSERT_EQUAL((float)rint ((A) / (P)),(float)rint ((B) / (P))) #endif -- cgit v1.2.3