Skip to content

Commit

Permalink
Merge pull request #103 from tcdude/fix-stdint
Browse files Browse the repository at this point in the history
Add missing `cstdint` include
  • Loading branch information
RobDangerous committed May 19, 2023
2 parents 27a2e40 + a5f770d commit 16b4950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/MetalStageInTranslator.h
Expand Up @@ -8,6 +8,7 @@
#include <unordered_map>
#include <string>
#include <sstream>
#include <cstdint>


namespace krafix {
Expand Down
2 changes: 2 additions & 0 deletions Sources/SpirVTranslator.h
Expand Up @@ -2,6 +2,8 @@

#include "Translator.h"

#include <cstdint>

namespace krafix {
class SpirVTranslator : public Translator {
public:
Expand Down

0 comments on commit 16b4950

Please sign in to comment.