Skip to content

Commit

Permalink
graphblas_demo (C++)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 20, 2024
1 parent c45b72d commit 6ca19df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TestConfig/GraphBLAS/demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

#include <iostream>

#include "GraphBLAS.h"
extern "C"
{
#include "GraphBLAS.h"
}

int main (void)
{
Expand Down

0 comments on commit 6ca19df

Please sign in to comment.