mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Buildfix in redis backend
This commit is contained in:
parent
f96fa212d6
commit
e5814a5575
5 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 6aad99c0f460da5c09b719f6112ab38e4fea2ce7
|
||||
Subproject commit 8860dc06209b44c2237b1d0a014fef9b6a6e398c
|
|
@ -19,8 +19,8 @@
|
|||
#define idB2F92EE07A004D5293FD0657EEE8F75B
|
||||
|
||||
#include "backends/db_backend.hpp"
|
||||
#include "incredis.hpp"
|
||||
#include "script.hpp"
|
||||
#include "incredis/incredis.hpp"
|
||||
#include "incredis/script.hpp"
|
||||
#include "dindexer-core/searchpaths.hpp"
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "delete.hpp"
|
||||
#include "tag.hpp"
|
||||
#include "incredis.hpp"
|
||||
#include "incredis/incredis.hpp"
|
||||
#include "duckhandy/lexical_cast.hpp"
|
||||
#include "duckhandy/sequence_bt.hpp"
|
||||
#include "dindexerConfig.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include "find.hpp"
|
||||
#include "incredis.hpp"
|
||||
#include "incredis/incredis.hpp"
|
||||
#include "duckhandy/lexical_cast.hpp"
|
||||
#include "dindexerConfig.h"
|
||||
#include "dindexer-core/split_tags.hpp"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include "tag.hpp"
|
||||
#include "incredis.hpp"
|
||||
#include "incredis/incredis.hpp"
|
||||
#include "dindexerConfig.h"
|
||||
#include "duckhandy/lexical_cast.hpp"
|
||||
#include "dindexer-core/split_tags.hpp"
|
||||
|
|
Loading…
Reference in a new issue