From e1264ed8c732d5a8fb7fe086144e938604e84420 Mon Sep 17 00:00:00 2001 From: sowle Date: Fri, 13 Mar 2020 03:47:44 +0300 Subject: [PATCH] fix for gcc --- src/common/db_backend_selector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/db_backend_selector.h b/src/common/db_backend_selector.h index 76668582..b9d811b8 100644 --- a/src/common/db_backend_selector.h +++ b/src/common/db_backend_selector.h @@ -4,6 +4,7 @@ #pragma once +#include #include "misc_language.h" #include "db_backend_base.h"