redis: Fix include path in command_factory.hh

This commit is contained in:
Pekka Enberg
2021-03-02 18:13:08 +02:00
parent ac4b8e4534
commit 92e257d5bd

View File

@@ -21,7 +21,7 @@
#pragma once
#include "abstract_command.hh"
#include "redis/abstract_command.hh"
#include "redis/options.hh"
namespace service {