Skip to content

Commit

Permalink
add cstdint header (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Jul 15, 2024
1 parent 469caeb commit d7e6f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/util/format_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#pragma once

#include <cstdint>
#include <iostream>
#include <string>

Expand Down

0 comments on commit d7e6f15

Please sign in to comment.