Skip to content

Commit

Permalink
Attempt to fix the cpplint ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Oct 29, 2024
1 parent 702a4b4 commit 62c7205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/homos.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
#include <stdint.h> // for uint16_t, uint64_t
#include <stdlib.h> // for malloc, NULL

#ifdef DIGRAPHS_ENABLE_STATS
#include <cstdio> // for printf
#endif

// GAP headers
#include "gap-includes.h"

Expand Down

0 comments on commit 62c7205

Please sign in to comment.