Skip to content

Commit

Permalink
Include GTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 14, 2024
1 parent a0c68af commit 52ae751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/tests/c_api/legacy_spectral_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include <cugraph_c/algorithms.h>
#include <cugraph_c/graph.h>

#include <gtest/gtest.h>

#include <math.h>

typedef int32_t vertex_t;
Expand Down

0 comments on commit 52ae751

Please sign in to comment.