From 4be0b35c02f5079e6228b870785d6b4890289fc7 Mon Sep 17 00:00:00 2001 From: Rickard Sjoberg <rickard.sjoberg@ericsson.com> Date: Mon, 30 Sep 2019 17:50:53 +0200 Subject: [PATCH] Attempt to fix a clang issue --- source/App/EncoderApp/EncAppCfg.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/App/EncoderApp/EncAppCfg.cpp b/source/App/EncoderApp/EncAppCfg.cpp index a33455f091..7dc2ee40da 100644 --- a/source/App/EncoderApp/EncAppCfg.cpp +++ b/source/App/EncoderApp/EncAppCfg.cpp @@ -35,6 +35,12 @@ \brief Handle encoder configuration parameters */ +#if JVET_O0549_ENCODER_ONLY_FILTER +#include <map> +template <class T1, class T2> +static inline std::istream& operator >> (std::istream &in, std::map<T1, T2> &map); +#endif + #include "EncAppCfg.h" #include <stdio.h> -- GitLab