diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-25 09:21:13 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-25 09:21:13 +0200 |
commit | eeae9a04d3893e5212f91f8252dc8aee3ca2e54b (patch) | |
tree | 7393e59365651ebdfb0c0e2ca4dbbda6096d8ff2 | |
parent | 8bb35e7bb65e0303ee26b271dbc41f468dd32cd8 (diff) |
input/Registry: add missing include
-rw-r--r-- | src/input/Registry.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/Registry.cxx b/src/input/Registry.cxx index 4a4dcff4b..d1a9f7733 100644 --- a/src/input/Registry.cxx +++ b/src/input/Registry.cxx @@ -19,6 +19,7 @@ #include "config.h" #include "Registry.hxx" +#include "InputPlugin.hxx" #include "util/Macros.hxx" #include "plugins/TidalInputPlugin.hxx" #include "plugins/QobuzInputPlugin.hxx" |