Skip to content

Commit

Permalink
ci: include cstdint in osdlib.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed May 9, 2024
1 parent 865a4f3 commit 1301350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osd/modules/lib/osdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <initializer_list>
#include <string>
#include <cstdint>
#include <type_traits>
#include <vector>
#include <memory>
Expand Down

0 comments on commit 1301350

Please sign in to comment.