1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-17 15:19:48 +00:00

Make dindexer-common depend on postgre backend and fix build

This commit is contained in:
King_DuckZ 2016-05-24 09:36:38 +02:00
parent fb722719b2
commit 8f98495049
15 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@
#include "listdircontent.hpp"
#include "entrypath.hpp"
#include "backends/postgresql/dbsource.hpp"
#include "db/dbsource.hpp"
#include "helpers/infix_iterator.hpp"
#include <cassert>
#include <utility>