Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2213
10 lines
187 B
C++
10 lines
187 B
C++
#pragma once
|
|
|
|
#ifdef MG_SINGLE_NODE
|
|
#include "database/single_node/graph_db_accessor.hpp"
|
|
#endif
|
|
|
|
#ifdef MG_SINGLE_NODE_HA
|
|
#include "database/single_node_ha/graph_db_accessor.hpp"
|
|
#endif
|