Skip to content

Commit 228b921

Browse files
MichaelChiricomoodymudskipper
authored andcommitted
restore inttypes
1 parent ad643af commit 228b921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constructive.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <Rdefines.h>
33
#include <stdint.h> // for uintptr_t
44
#include <stdio.h>
5+
#include <inttypes.h> // for SCNxPTR
56
#include <stdlib.h> // for NULL
67
#include <R_ext/Error.h> // for error
78
#include <R_ext/Rdynload.h>

0 commit comments

Comments
 (0)