Skip to content

Commit

Permalink
adjustments for change in pgr_randomSpanningTree
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasviGoyal committed Jul 27, 2021
1 parent f21abf0 commit 0166e8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added git
Empty file.
2 changes: 1 addition & 1 deletion include/drivers/spanningTree/randomSpanningTree_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#endif

#include "c_types/pgr_edge_t.h"
#include "c_types/pgr_randomSpanningTree_t.h"
typedef pgr_randomSpanningTree_t pgr_randomSpanningTree_t;

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion src/spanningTree/randomSpanningTree.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

#include <stdbool.h>
#include "c_common/postgres_connection.h"

#include "c_types/pgr_randomSpanningTree_t.h"
#include "c_common/debug_macro.h"
#include "c_common/e_report.h"
#include "c_common/time_msg.h"
Expand Down

0 comments on commit 0166e8f

Please sign in to comment.