test/tag/TestMixRampParser: include the header, not the .cxx file

This commit is contained in:
Max Kellermann 2021-12-01 17:07:36 +01:00
parent a45949b597
commit 3415049d1c

View File

@ -17,7 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "tag/MixRamp.cxx"
#include "tag/MixRamp.hxx"
#include "util/StringView.hxx"
#include "MixRampInfo.hxx"
#include <gtest/gtest.h>