Skip to content

Commit

Permalink
attempt to fix TestConfig/GraphBLAS/demo.cc for mingw+clang64
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed May 23, 2024
1 parent 9535012 commit 285dc07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestConfig/GraphBLAS/demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include <iostream>

// try fixing mingw (CLANG64) build error:
#include <complex>
#include "GraphBLAS.h"

int main (void)
Expand Down

3 comments on commit 285dc07

@mmuetzel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#813 would probably fix the issue.
Including the header here looks unnecessary.

@DrTimothyAldenDavis
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks -- I'll back out this change.

@DrTimothyAldenDavis
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 15de964

Please sign in to comment.