We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0da2e4 commit 49b4effCopy full SHA for 49b4eff
src/publictypes.h
@@ -8,6 +8,7 @@
8
#ifdef __cplusplus
9
10
#include <cstdint>
11
+#include <cstddef>
12
13
namespace charls
14
{
@@ -78,7 +79,7 @@ typedef charls::InterleaveMode CharlsInterleaveModeType;
78
79
typedef charls::ColorTransformation CharlsColorTransformationType;
80
81
// Defines the size of the char buffer that should be passed to the CharLS API to get the error message text.
-const size_t ErrorMessageSize = 256;
82
+const std::size_t ErrorMessageSize = 256;
83
84
#else
85
0 commit comments