From 92e257d5bdae4339a09257f478db45a14c19484d Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 2 Mar 2021 18:13:08 +0200 Subject: [PATCH] redis: Fix include path in command_factory.hh --- redis/command_factory.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/command_factory.hh b/redis/command_factory.hh index b495135424..cfc90c7185 100644 --- a/redis/command_factory.hh +++ b/redis/command_factory.hh @@ -21,7 +21,7 @@ #pragma once -#include "abstract_command.hh" +#include "redis/abstract_command.hh" #include "redis/options.hh" namespace service {