Skip to content

Commit

Permalink
include stdint.h since we're using int32_t now to define alignment mo…
Browse files Browse the repository at this point in the history
…re precisely
  • Loading branch information
ChuckHastings committed Mar 15, 2022
1 parent 24fe735 commit b605603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/include/cugraph_c/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#pragma once

#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit b605603

Please sign in to comment.