Skip to content

Commit

Permalink
Make package compile with GCC 13 (fix #43) (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 6, 2024
1 parent 9d1747f commit cf1b00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reader.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <Rcpp.h>
#include "generated/summary.pb.h"

Expand Down

0 comments on commit cf1b00b

Please sign in to comment.