Skip to content

Commit

Permalink
Adds cstdint to dyad_client.h to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Sep 4, 2024
1 parent 33c1d80 commit 8206e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dyad/client/dyad_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
#include <unistd.h>

#ifdef __cplusplus
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#else
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#endif
Expand Down

0 comments on commit 8206e82

Please sign in to comment.