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 {