From 64fc6f8f6d20e034892e89abff0236c85cae98dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Wed, 25 Nov 2020 20:05:46 +0100 Subject: [PATCH] Include config.h globally --- src/cli.cc | 1 - src/opustags.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli.cc b/src/cli.cc index 68ce65a..68c9c00 100644 --- a/src/cli.cc +++ b/src/cli.cc @@ -6,7 +6,6 @@ * this module from the main one is to allow easy testing. */ -#include #include #include diff --git a/src/opustags.h b/src/opustags.h index 0a909a2..f46ac7b 100644 --- a/src/opustags.h +++ b/src/opustags.h @@ -24,6 +24,8 @@ #pragma once +#include + #include #include #include