File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
with :
186
186
token : ${{ secrets.CODECOV_TOKEN }}
187
187
files : ./build/Test_CPP_Bindings_filtered.info
188
- fail_ci_if_error : true # optional (default = false)
188
+ fail_ci_if_error : false # optional (default = false)
189
189
verbose : true # optional (default = false)
190
190
191
191
build-windows-release :
Original file line number Diff line number Diff line change 8
8
#include " Common/Platform/NMR_ExportStream.h"
9
9
10
10
#include " Common/NMR_Architecture_Utils.h"
11
+ #include < cstdint>
11
12
#include < cstring>
12
13
13
14
#define LIB3MF_MAXENCRYPTIONHEADERSIZE (1UL << 31 )
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ This is a platform independent class for keeping data in a memory stream that ow
35
35
#include " Common/NMR_Exception.h"
36
36
#include " Common/NMR_Exception_Windows.h"
37
37
38
+ #include < cstdint>
39
+
38
40
namespace NMR {
39
41
40
42
CImportStream_Unique_Memory::CImportStream_Unique_Memory ()
You can’t perform that action at this time.
0 commit comments