From 7791414e6e0909d14e281db12fc8f8c2530bc573 Mon Sep 17 00:00:00 2001 From: ellocco Date: Fri, 29 May 2020 12:34:47 +0200 Subject: [PATCH 1/2] __py_struct_from_dict__.cc * "#include " added, which defines the macro "PRIu64" --- src/__py_struct_from_dict__.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/__py_struct_from_dict__.cc b/src/__py_struct_from_dict__.cc index 39bca21..e2ea891 100644 --- a/src/__py_struct_from_dict__.cc +++ b/src/__py_struct_from_dict__.cc @@ -32,7 +32,8 @@ along with Octave Pythonic; see the file COPYING. If not, see #endif #include - +// inttypes.h defines the macro "PRIu64" +#include #include #include -- GitLab From 0c688fec705212bcbad9b9cddb399b65e39d2523 Mon Sep 17 00:00:00 2001 From: ellocco Date: Fri, 29 May 2020 13:02:51 +0200 Subject: [PATCH 2/2] __py_struct_from_dict__.cc minor --- src/__py_struct_from_dict__.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__py_struct_from_dict__.cc b/src/__py_struct_from_dict__.cc index e2ea891..72dd137 100644 --- a/src/__py_struct_from_dict__.cc +++ b/src/__py_struct_from_dict__.cc @@ -32,7 +32,7 @@ along with Octave Pythonic; see the file COPYING. If not, see #endif #include -// inttypes.h defines the macro "PRIu64" +// inttypes.h defines the macro "PRIu64" (stefan pofahl) #include #include #include -- GitLab