You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/stp/files/stp-2.3.3-cstdint.patch

12 lines
275 B

--- a/./include/stp/AST/ASTNode.h
+++ b/./include/stp/AST/ASTNode.h
@@ -24,6 +24,8 @@ THE SOFTWARE.
#ifndef ASTNODE_H
#define ASTNODE_H
+#include <cstdint>
+
#include "stp/AST/NodeFactory/HashingNodeFactory.h"
#include "stp/Util/Attributes.h"
#include "ASTInternal.h"