From 3415049d1ccc06d1480f88ca715ab404f52b6625 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Dec 2021 17:07:36 +0100 Subject: [PATCH] test/tag/TestMixRampParser: include the header, not the .cxx file --- test/tag/TestMixRampParser.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tag/TestMixRampParser.cxx b/test/tag/TestMixRampParser.cxx index 766a5a143..4f79690cf 100644 --- a/test/tag/TestMixRampParser.cxx +++ b/test/tag/TestMixRampParser.cxx @@ -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