Skip to content

Commit

Permalink
Merge pull request #345 from astro-informatics/MSSL_compilation_fixes
Browse files Browse the repository at this point in the history
Missing include for fixed length types
  • Loading branch information
20DM authored Jul 25, 2024
2 parents 5301bb7 + ba38873 commit 34bfb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/purify/config.in.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <string>
#include <tuple>
#include <cstdint>

namespace purify {
//! Returns library version
Expand Down

0 comments on commit 34bfb8c

Please sign in to comment.