Skip to content
Snippets Groups Projects
Commit 2a60e175 authored by Rickard Sjöberg's avatar Rickard Sjöberg
Browse files

Attempt to fix a clang issue

parent 7364c6fc
No related branches found
No related tags found
1 merge request!981JVET-O0549: Encoder-only temporal filter
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment