Skip to content

Commit

Permalink
Add cstdint include to fix clang CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkoch committed Apr 3, 2024
1 parent 3b74ccd commit d0ff4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pcreader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define PCREADER_HPP 1

#include <cstddef>
#include <cstdint>
#include <limits>

#ifndef VKSC_ASSERT
Expand Down
1 change: 1 addition & 0 deletions pcwriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <algorithm>
#include <cstddef>
#include <cstdint>

#ifndef VKSC_ASSERT
#include <cassert>
Expand Down

0 comments on commit d0ff4db

Please # to comment.