From b79ce77ec548a7c41f02071148af74df7258b864 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 25 Jan 2017 10:05:03 +0100 Subject: [PATCH] output/Wrapper: add missing include --- src/output/Wrapper.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/Wrapper.hxx b/src/output/Wrapper.hxx index f2d212257..8c433f721 100644 --- a/src/output/Wrapper.hxx +++ b/src/output/Wrapper.hxx @@ -20,6 +20,7 @@ #ifndef MPD_OUTPUT_WRAPPER_HXX #define MPD_OUTPUT_WRAPPER_HXX +#include "Internal.hxx" #include "util/Cast.hxx" #include