Skip to content

Commit

Permalink
add cstdint header to fix missing uint8_t type on ubuntu 24.04 (#6847)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum authored Jul 8, 2024
1 parent fcf98ee commit 160209d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/tests/test_utility/Raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#pragma once

#include <cstdint>
#include <iostream>
#include <string>
#include <vector>
Expand Down

0 comments on commit 160209d

Please sign in to comment.