Skip to content

Commit

Permalink
[gcc 13] include cstdint for *int*_t
Browse files Browse the repository at this point in the history
Otherwise we see errors like this with gcc13:
include/stp/AST/ASTNode.h:77:3: error: 'uint8_t' does not name a type
  • Loading branch information
Jiri Slaby authored and rgov committed Mar 22, 2023
1 parent 33b6355 commit a9bc247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/stp/AST/ASTNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ THE SOFTWARE.
#ifndef ASTNODE_H
#define ASTNODE_H

#include <cstdint>

#include "stp/NodeFactory/HashingNodeFactory.h"
#include "stp/Util/Attributes.h"
#include "ASTInternal.h"
Expand Down

0 comments on commit a9bc247

Please sign in to comment.